Skip to content

Commit 3c91290

Browse files
authored
Merge pull request #542 from aluu317/fix_dnf
ci: Install dnf-plugins-core in cuda-base stage
1 parent 7ba3481 commit 3c91290

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ ENV CUDA_VERSION=12.1.0 \
6767
NV_CUDA_CUDART_VERSION=12.1.55-1 \
6868
NV_CUDA_COMPAT_VERSION=530.30.02-1
6969

70+
RUN dnf install -y dnf-plugins-core && dnf clean all
71+
7072
RUN dnf config-manager \
7173
--add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo \
7274
&& dnf install -y \

0 commit comments

Comments
 (0)