Skip to content

Commit

Permalink
added datacenter-gpu-manager package and updated base image location
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathon Anderson <[email protected]>
  • Loading branch information
ZAM- authored and anderbubble committed Oct 2, 2024
1 parent a456b1a commit e2be75c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
* Brian Phan <[email protected]>
* Simppa Äkäslompolo (@sjjamsa)
* Carlos Felipe S Pinheiro <[email protected]>
* Zach Mance <[email protected]>
3 changes: 2 additions & 1 deletion examples/rockylinux-9-nvidia/Containerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM ghcr.io/hpcng/warewulf-rockylinux:9
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 clean all \
&& dnf install datacenter-gpu-manager \
&& ls /lib/modules | xargs -n1 /usr/lib/dkms/dkms_autoinstaller start \
&& dkms status

0 comments on commit e2be75c

Please sign in to comment.