From e2be75ca8d026a36a6f328b53a3f4c7d4b6bb2e3 Mon Sep 17 00:00:00 2001 From: Zach Mance Date: Fri, 10 May 2024 14:14:51 -0600 Subject: [PATCH] added datacenter-gpu-manager package and updated base image location Signed-off-by: Jonathon Anderson --- CONTRIBUTORS.md | 1 + examples/rockylinux-9-nvidia/Containerfile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2301c9f..377b5e2 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -7,3 +7,4 @@ * Brian Phan * Simppa Äkäslompolo (@sjjamsa) * Carlos Felipe S Pinheiro +* Zach Mance diff --git a/examples/rockylinux-9-nvidia/Containerfile b/examples/rockylinux-9-nvidia/Containerfile index dd1919e..4973ffe 100644 --- a/examples/rockylinux-9-nvidia/Containerfile +++ b/examples/rockylinux-9-nvidia/Containerfile @@ -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