Skip to content

Commit

Permalink
Update conda to 24.1.2.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 611404763
Change-Id: Icc7d637e1de9fa82da76aa8dccd9b9dce8be6246
  • Loading branch information
Htomlinson14 authored and copybara-github committed Feb 29, 2024
1 parent 632ef57 commit 032e2f2
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 @@ -54,7 +54,7 @@ RUN wget -q -P /tmp \
# Install conda packages.
ENV PATH="/opt/conda/bin:$PATH"
ENV LD_LIBRARY_PATH="/opt/conda/lib:$LD_LIBRARY_PATH"
RUN conda install -qy conda==23.5.2 \
RUN conda install -qy conda==24.1.2 \
&& conda install -y -c conda-forge \
openmm=7.7.0 \
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 @@ -109,7 +109,7 @@
"\n",
" PATH=%env PATH\n",
" %env PATH=/opt/conda/bin:{PATH}\n",
" %shell conda install -qy conda==23.5.2 \\\n",
" %shell conda install -qy conda==24.1.2 \\\n",
" \u0026\u0026 conda install -qy -c conda-forge \\\n",
" python=3.10 \\\n",
" openmm=7.7.0 \\\n",
Expand Down

0 comments on commit 032e2f2

Please sign in to comment.