Skip to content
Snippets Groups Projects
Commit 10271a12 authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

specify nvidia label to try and fix dependency version

parent 1a502206
No related branches found
No related tags found
No related merge requests found
Pipeline #11527 passed with stage
in 38 minutes and 54 seconds
......@@ -16,7 +16,7 @@ ARG CUDA=12.2.2
FROM nvidia/cuda:${CUDA}-cudnn8-runtime-ubuntu20.04
# FROM directive resets ARGS, so we specify again (the value is retained if
# previously set).
ARG CUDA
ARG CUDA=12.2.2
# Use bash to support string substitution.
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
......@@ -55,7 +55,7 @@ RUN wget -q -P /tmp \
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} \
&& conda install -y -c nvidia/label/cuda-12.2.2 cuda=${CUDA_VERSION} \
&& conda install -y -c conda-forge openmm=8.0.0 pdbfixer \
&& conda clean --all --force-pkgs-dirs --yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment