File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ ENV NV_CUDA_CUDART_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 \
9191 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
92+ NV_CUDNN9_CUDA_VERSION= 9.6.0.74-1 \
93+ NV_LIBCUSPARSELT_DEVEL_VERSION =0.7.1.0-1
9494
9595RUN dnf config-manager \
9696 --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo \
@@ -103,8 +103,8 @@ RUN dnf config-manager \
103103 libcublas-devel-12-1-${NV_LIBCUBLAS_DEV_VERSION} \
104104 libnpp-devel-12-1-${NV_LIBNPP_DEV_VERSION} \
105105 libnccl-devel-${NV_LIBNCCL_DEV_PACKAGE_VERSION} \
106- cudnn9-cuda-${NV_CUDNN9-CUDA } \
107- libcusparselt-devel-${NV_LIBCUSPARSELT-DEVEL } \
106+ cudnn9-cuda-12-6-${NV_CUDNN9_CUDA_VERSION } \
107+ libcusparselt-devel-${NV_LIBCUSPARSELT_DEVEL_VERSION } \
108108 && dnf clean all
109109
110110ENV LIBRARY_PATH="$CUDA_HOME/lib64/stubs"
You can’t perform that action at this time.
0 commit comments