disable nvidia-powerd

This commit is contained in:
Anders Rytter Hansen 2025-08-01 19:44:34 -03:00
commit bad8adb8de

View file

@ -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