comment out nvidia glx library name and copy /etc/environment file
This commit is contained in:
parent
5347bd0181
commit
67ea698aea
2 changed files with 3 additions and 1 deletions
|
|
@ -38,5 +38,7 @@ RUN systemctl disable nvidia-powerd
|
|||
# Add rule to SELinux allowing modules to be loaded into custom kernel
|
||||
RUN setsebool -P domain_kernel_load_modules on
|
||||
|
||||
COPY etc/environment /etc/environment
|
||||
|
||||
RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
|
||||
bootc container lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue