File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,9 @@ ENV NV_CUDA_CUDART_DEV_VERSION=12.1.55-1 \
8888 NV_NVML_DEV_VERSION=12.1.55-1 \
8989 NV_LIBCUBLAS_DEV_VERSION=12.1.0.26-1 \
9090 NV_LIBNPP_DEV_VERSION=12.0.2.50-1 \
91- NV_LIBNCCL_DEV_PACKAGE_VERSION=2.18.3-1+cuda12.1
91+ NV_LIBNCCL_DEV_PACKAGE_VERSION=2.18.3-1+cuda12.1 \
92+ NV_CUDNN9-CUDA=12-6-9.6.0.74-1 \
93+ NV_LIBCUSPARSELT-DEVEL=0.7.1.0-1
9294
9395RUN dnf config-manager \
9496 --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo \
@@ -101,8 +103,8 @@ RUN dnf config-manager \
101103 libcublas-devel-12-1-${NV_LIBCUBLAS_DEV_VERSION} \
102104 libnpp-devel-12-1-${NV_LIBNPP_DEV_VERSION} \
103105 libnccl-devel-${NV_LIBNCCL_DEV_PACKAGE_VERSION} \
104- cudnn9-cuda-12-9.6.0.74-1 \
105- libcusparselt-devel-0.7.1.0-1 \
106+ cudnn9-cuda-${NV_CUDNN9-CUDA} \
107+ libcusparselt-devel-${NV_LIBCUSPARSELT-DEVEL} \
106108 && dnf clean all
107109
108110ENV LIBRARY_PATH="$CUDA_HOME/lib64/stubs"
You can’t perform that action at this time.
0 commit comments