diff --git a/Dockerfile b/Dockerfile index f5d40cd..76dcf78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ RUN dnf install --enablerepo=elrepo-kernel -y ${KERNEL}-devel RUN dnf install -y dkms-nvidia nvidia-driver nvidia-persistenced opencl-filesystem libva-nvidia-driver 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 +RUN dnf install -y waydroid # Remove plocate to avoid updatedb going crazy with scanning the file system once a day RUN dnf remove -y plocate