We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba3481 commit 3c91290Copy full SHA for 3c91290
build/Dockerfile
@@ -67,6 +67,8 @@ ENV CUDA_VERSION=12.1.0 \
67
NV_CUDA_CUDART_VERSION=12.1.55-1 \
68
NV_CUDA_COMPAT_VERSION=530.30.02-1
69
70
+RUN dnf install -y dnf-plugins-core && dnf clean all
71
+
72
RUN dnf config-manager \
73
--add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo \
74
&& dnf install -y \
0 commit comments