disable nvidia-powerd
This commit is contained in:
parent
e28461006d
commit
bad8adb8de
1 changed files with 2 additions and 0 deletions
|
|
@ -33,5 +33,7 @@ RUN dnf install -y waydroid
|
||||||
# Remove plocate to avoid updatedb going crazy with scanning the file system once a day
|
# Remove plocate to avoid updatedb going crazy with scanning the file system once a day
|
||||||
RUN dnf remove -y plocate
|
RUN dnf remove -y plocate
|
||||||
|
|
||||||
|
RUN systemctl disable nvidia-powerd
|
||||||
|
|
||||||
RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
|
RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
|
||||||
bootc container lint
|
bootc container lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue