From bb6256a913778a153a131845f425fa2ff7d03808 Mon Sep 17 00:00:00 2001 From: Ben Radey Date: Sun, 23 Nov 2025 13:21:13 -0500 Subject: [PATCH] Removing akmod build from nvidia base --- Containerfile-workstation-nvidia-base | 3 --- 1 file changed, 3 deletions(-) diff --git a/Containerfile-workstation-nvidia-base b/Containerfile-workstation-nvidia-base index e11017b..4070044 100644 --- a/Containerfile-workstation-nvidia-base +++ b/Containerfile-workstation-nvidia-base @@ -54,9 +54,6 @@ RUN rpm -q akmod-nvidia && \ rpm -q xorg-x11-drv-nvidia-cuda && \ rpm -q proton-vpn-gnome-desktop -RUN sudo sh -c 'echo "%_with_kmod_nvidia_open 0" > /etc/rpm/macros.nvidia-kmod' -RUN /usr/sbin/akmods --force --kernels "$(rpm -qa kernel --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')" - # The first check makes sure that we have exactly 4 gpg pubkeys trusted in the rpmdb (the ones manually imported above). # Any more than that means that dnf automatically added a new one, which is shady! # Then: cleanup image for linting