Commit dad1f286 authored by Augustin Zidek's avatar Augustin Zidek Committed by Copybara-Service
Browse files

Pin Conda version to 4.13.0.

PiperOrigin-RevId: 469937063
Change-Id: I24ebf6e1afc9e6f64200ee195ff708be27edb327
parent 6f6e8c2e
......@@ -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} \
......
......@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment