add almalinux nvidia driver and dnf update in the beginning
Some checks failed
os / build (push) Failing after 5m7s
Some checks failed
os / build (push) Failing after 5m7s
This commit is contained in:
parent
48bf942830
commit
31a31d035d
1 changed files with 8 additions and 0 deletions
|
|
@ -5,6 +5,14 @@ RUN /tmp/set_next_version.sh
|
||||||
|
|
||||||
COPY repo/*.repo /etc/yum.repos.d/
|
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
|
# This is necessary for the speakers and internal microphone
|
||||||
RUN dnf install -y alsa-sof-firmware
|
RUN dnf install -y alsa-sof-firmware
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue