Skip to content

Commit

Permalink
fix typo+use nvidia label conda channel
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperSkytte committed Oct 16, 2024
1 parent 247529f commit faee555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ 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==24.1.2 pip python=3.11 \
&& conda install -y -c nvidia cuda=${CUDA_VERSION} \
RUN conda install -qy conda==24.5.0 pip python=3.11 \
&& conda install -y -c nvidia/label/cuda-${CUDA} cuda \
&& conda install -y -c conda-forge openmm=8.0.0 pdbfixer \
&& conda clean --all --force-pkgs-dirs --yes

Expand Down

0 comments on commit faee555

Please sign in to comment.