From ac4588a589009dd0e6545576c3966c28bd28bcdc Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Tue, 2 Sep 2025 13:27:08 -0300 Subject: [PATCH] Install scx-manager scx-scheds --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f49d5d..4691728 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN dnf install -y dkms-nvidia nvidia-driver nvidia-persistenced opencl-filesyst RUN sed -i -e 's/kernel-open$/kernel/g' /etc/nvidia/kernel.conf 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 +RUN dnf install -y waydroid scx-manager scx-scheds # Remove plocate to avoid updatedb going crazy with scanning the file system once a day RUN dnf remove -y plocate