From 3d5a8203b515486921e3c730213e39348b6199a1 Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Fri, 23 Jan 2026 11:42:01 -0300 Subject: [PATCH] dont install nvidia driver --- Dockerfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index e65287a..9942b31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM quay.io/almalinuxorg/atomic-desktop-kde:10 -RUN echo 'omit_drivers+=" nouveau "' | tee /etc/dracut.conf.d/blacklist-nouveau.conf - COPY bin/set_next_version.sh /tmp RUN /tmp/set_next_version.sh @@ -13,9 +11,6 @@ RUN dnf install --nogpgcheck -y https://mirrors.rpmfusion.org/free/el/rpmfusion- RUN dnf install -y fish distrobox nvtop intel-media-driver libva-intel-driver htop RUN dnf install -y https://github.com/TheAssassin/AppImageLauncher/releases/download/v2.2.0/appimagelauncher-2.2.0-travis995.0f91801.x86_64.rpm -# Install Negativo17 Nvidia driver -RUN dnf install -y dkms-nvidia nvidia-driver nvidia-persistenced opencl-filesystem libva-nvidia-driver kernel-devel-matched - RUN dnf install -y $( \ dnf list --available kernel\* --disablerepo='*' --enablerepo=my-ostree-os-rhel-epel,my-ostree-os-epel 2>/dev/null \ | grep 'andersdsrhcustom' \ @@ -26,8 +21,6 @@ RUN dnf install -y $( \ | sed 's/\.x86_64//g' \ ) -RUN dkms install nvidia/$(ls /usr/src/ | grep nvidia- | cut -d- -f2-) -k $(rpm -q --queryformat "%{VERSION}-%{RELEASE}.%{ARCH}\n" kernel) - RUN dnf install -y waydroid scx-scheds # Remove plocate to avoid updatedb going crazy with scanning the file system once a day