Skip to content

Commit

Permalink
fix: ResolvePackageNotFound: #12 110.6 - conda==23.5.2 issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Aug 1, 2023
1 parent 1ddef31 commit aaf0e9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUN apt-get update && \
apt-get install -y software-properties-common && \
apt-get update -y && \
apt-get install -y openjdk-11-jre && \
apt-get install -y curl
apt-get install -y curl && \
conda update -n base -c defaults conda

RUN conda install -c conda-forge python>=PYTHON_VERSION
RUN conda install -c conda-forge rdkit>=RDKIT_VERSION
Expand Down

0 comments on commit aaf0e9b

Please sign in to comment.