We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4041a7b commit 0dfb7e6Copy full SHA for 0dfb7e6
1 file changed
build/Dockerfile
@@ -102,13 +102,6 @@ RUN dnf config-manager \
102
libcublas-devel-12-1-${NV_LIBCUBLAS_DEV_VERSION} \
103
libnpp-devel-12-1-${NV_LIBNPP_DEV_VERSION} \
104
libnccl-devel-${NV_LIBNCCL_DEV_PACKAGE_VERSION} \
105
- && dnf clean all
106
-
107
-# opening connection for too long in one go was resulting in timeouts
108
-RUN dnf config-manager \
109
- --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo \
110
- && dnf clean packages \
111
- && dnf install -y \
112
libcusparselt0 libcusparselt-devel \
113
cudnn9-cuda-12-6-${NV_CUDNN9_CUDA_VERSION} \
114
&& dnf clean all
0 commit comments