Adding inotify-tools to asrock
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
FROM ghcr.io/benradey/workstation-nvidia-base:latest
|
||||
|
||||
RUN dnf5 install -y \
|
||||
inotify-tools && \
|
||||
dnf5 clean all
|
||||
|
||||
# Build nvidia akmod with flag that produces proprietary kernal driver for older hardware
|
||||
RUN echo "%_without_kmod_nvidia_detect 1" > /etc/rpm/macros.nvidia-kmod && \
|
||||
mkdir -p /var/log/akmods /var/cache/akmods/nvidia /var/tmp && \
|
||||
|
||||
Reference in New Issue
Block a user