Skip to content

Commit 0dfb7e6

Browse files
committed
fix: move all in one
Signed-off-by: Will Johnson <mwjohnson728@gmail.com>
1 parent 4041a7b commit 0dfb7e6

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

build/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,6 @@ RUN dnf config-manager \
102102
libcublas-devel-12-1-${NV_LIBCUBLAS_DEV_VERSION} \
103103
libnpp-devel-12-1-${NV_LIBNPP_DEV_VERSION} \
104104
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 \
112105
libcusparselt0 libcusparselt-devel \
113106
cudnn9-cuda-12-6-${NV_CUDNN9_CUDA_VERSION} \
114107
&& dnf clean all

0 commit comments

Comments
 (0)