-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added datacenter-gpu-manager package and updated base image location
Signed-off-by: Jonathon Anderson <[email protected]>
- Loading branch information
1 parent
a456b1a
commit e2be75c
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ | |
* Brian Phan <[email protected]> | ||
* Simppa Äkäslompolo (@sjjamsa) | ||
* Carlos Felipe S Pinheiro <[email protected]> | ||
* Zach Mance <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |