File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1- ARG base=nvidia/cuda:11.6 .2-cudnn8 -runtime-ubuntu20 .04
1+ ARG base=nvidia/cuda:13.0 .2-cudnn -runtime-ubuntu22 .04
22
33FROM ${base}
44
55ENV DEBIAN_FRONTEND=noninteractive LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
66ENV PATH /opt/conda/bin:$PATH
77
8- ARG CONDA_VERSION=py311_24.11 .1-0
8+ ARG CONDA_VERSION=py311_25.9 .1-1
99
1010RUN apt update && \
1111 apt install -y --no-install-recommends \
@@ -18,13 +18,10 @@ RUN set -x && \
1818 UNAME_M="$(uname -m)" && \
1919 if [ "${UNAME_M}" = "x86_64" ]; then \
2020 MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh" ; \
21- SHA256SUM="807774bae6cd87132094458217ebf713df436f64779faf9bb4c3d4b6615c1e3a" ; \
22- elif [ "${UNAME_M}" = "s390x" ]; then \
23- MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-s390x.sh" ; \
24- SHA256SUM="bb499b18dbcbb2d89b22f91fe26fe661f5ed1f1944fdc743560d69cd52a2468f" ; \
21+ SHA256SUM="238abad23f8d4d8ba89dd05df0b0079e278909a36e06955f12bbef4aa94e6131" ; \
2522 elif [ "${UNAME_M}" = "aarch64" ]; then \
2623 MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-aarch64.sh" ; \
27- SHA256SUM="a8846ade7a5ddd9b6a6546590054d70d1c2cbe4fbe8c79fb70227e8fd93ef9f8 " ; \
24+ SHA256SUM="4e0723b9d76aa491cf22511dac36f4fdec373e41d2a243ff875e19b8df39bf94 " ; \
2825 fi && \
2926 wget "${MINICONDA_URL}" -O miniconda.sh -q && \
3027 echo "${SHA256SUM} miniconda.sh" > shasum && \
You can’t perform that action at this time.
0 commit comments