Adding nvidia container toolkit to supermicro
This commit is contained in:
@@ -18,6 +18,7 @@ COPY gpg-keys/* /keys/
|
||||
|
||||
# Import keys, install ZFS repository & build deps & zfs
|
||||
RUN rpm --import \
|
||||
/keys/nvidia-gpgkey \
|
||||
/keys/OpenZFS \
|
||||
/keys/Smallstep \
|
||||
/keys/zrepl-rpm-pkgs \
|
||||
@@ -34,7 +35,7 @@ RUN rpm --import \
|
||||
dkms autoinstall -k $(rpm -qa kernel --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}') && \
|
||||
dnf5 clean all
|
||||
|
||||
# Install smallstep & zrepl repository
|
||||
# Install smallstep, nvidia & zrepl repository
|
||||
COPY supermicro-x10drh/*.repo /etc/yum.repos.d/
|
||||
|
||||
RUN dnf5 install -y \
|
||||
@@ -52,12 +53,16 @@ RUN dnf5 install -y \
|
||||
igt-gpu-tools \
|
||||
iotop \
|
||||
ipmitool \
|
||||
libnvidia-container-tools \
|
||||
libnvidia-container1 \
|
||||
libvirt \
|
||||
lm_sensors \
|
||||
net-tools \
|
||||
netcat \
|
||||
nginx \
|
||||
nut \
|
||||
nvidia-container-toolkit \
|
||||
nvidia-container-toolkit-base \
|
||||
pv \
|
||||
python3-certbot-nginx \
|
||||
qemu-kvm \
|
||||
|
||||
Reference in New Issue
Block a user