add almalinux nvidia driver and dnf update in the beginning
Some checks failed
os / build (push) Failing after 5m7s

This commit is contained in:
Anders da Silva Rytter Hansen 2026-06-19 11:32:26 -03:00
commit 31a31d035d

View file

@ -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