Skip to content

Commit abaa088

Browse files
authored
Merge pull request #57 from anderbubble/zam-main
added datacenter-gpu-manager package and updated base image location
2 parents 3d59c5a + 0ac5a1d commit abaa088

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CONTRIBUTORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
* Brian Phan <[email protected]>
88
* Simppa Äkäslompolo (@sjjamsa)
99
* Carlos Felipe S Pinheiro <[email protected]>
10+
* Zach Mance <[email protected]>
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
FROM ghcr.io/hpcng/warewulf-rockylinux:9
1+
FROM ghcr.io/warewulf/warewulf-rockylinux:9
22

33
RUN dnf -y install dnf-plugins-core epel-release kernel-headers \
44
&& dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/$(arch)/cuda-rhel9.repo \
55
&& dnf -y module install nvidia-driver:latest-dkms \
6+
&& dnf -y install datacenter-gpu-manager \
67
&& dnf clean all \
78
&& ls /lib/modules | xargs -n1 /usr/lib/dkms/dkms_autoinstaller start \
89
&& dkms status

0 commit comments

Comments
 (0)