From bad8adb8de273256fe27c9208976eea26ff170b7 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Fri, 1 Aug 2025 19:44:34 -0300 Subject: [PATCH] disable nvidia-powerd --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9a1dfef..f28eb8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,5 +33,7 @@ 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 +RUN systemctl disable nvidia-powerd + RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \ bootc container lint