Skip to content

Commit

Permalink
Pin Conda version to 4.13.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 469937063
Change-Id: I24ebf6e1afc9e6f64200ee195ff708be27edb327
  • Loading branch information
Augustin-Zidek authored and copybara-github committed Aug 25, 2022
1 parent 6f6e8c2 commit dad1f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN wget -q -P /tmp \

# Install conda packages.
ENV PATH="/opt/conda/bin:$PATH"
RUN conda update -qy conda \
RUN conda install -qy conda==4.13.0 \
&& conda install -y -c conda-forge \
openmm=7.5.1 \
cudatoolkit==${CUDA_VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion notebooks/AlphaFold.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"\n",
" PATH=%env PATH\n",
" %env PATH=/opt/conda/bin:{PATH}\n",
" %shell conda update -qy conda \\\n",
" %shell conda install -qy conda==4.13.0 \\\n",
" \u0026\u0026 conda install -qy -c conda-forge \\\n",
" python=3.7 \\\n",
" openmm=7.5.1 \\\n",
Expand Down

0 comments on commit dad1f28

Please sign in to comment.