Skip to content

Commit

Permalink
Re-ordered and fixed additions to Nvidia example
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathon Anderson <[email protected]>
  • Loading branch information
anderbubble committed Oct 2, 2024
1 parent e2be75c commit 2571a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rockylinux-9-nvidia/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/warewulf/warewulf-rockylinux:9
RUN dnf -y install dnf-plugins-core epel-release kernel-headers \
&& dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/$(arch)/cuda-rhel9.repo \
&& dnf -y module install nvidia-driver:latest-dkms \
&& dnf -y install datacenter-gpu-manager \
&& dnf clean all \
&& dnf install datacenter-gpu-manager \
&& ls /lib/modules | xargs -n1 /usr/lib/dkms/dkms_autoinstaller start \
&& dkms status

0 comments on commit 2571a96

Please sign in to comment.