Diverging laptop/desktop images due to nvidia tweaks

This commit is contained in:
Ben Radey
2025-11-23 03:05:28 -05:00
parent 29985a79f2
commit 8ea180ac9a
4 changed files with 129 additions and 69 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
FROM ghcr.io/benradey/asrock-x570:latest
FROM ghcr.io/benradey/workstation-nvidia-base:latest
# Build nvidia akmod with no special arguments - defaults to open kernel driver for newer hardware
RUN /usr/sbin/akmods --force --kernels "$(rpm -qa kernel --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')"
RUN dnf5 install -y \
dkms \