diff --git a/Dockerfile b/Dockerfile index 163756c..b6d66b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,14 @@ RUN /tmp/set_next_version.sh COPY repo/*.repo /etc/yum.repos.d/ +RUN dnf update -y + +# Install Almalinux Nvidia driver +RUN dnf install almalinux-release-nvidia-driver -y +RUN dnf install nvidia-open-kmod nvidia-driver -y +RUN dnf install nvidia-driver-cuda -y + + # This is necessary for the speakers and internal microphone RUN dnf install -y alsa-sof-firmware