This commit is contained in:
parent
31a31d035d
commit
20e8324d94
1 changed files with 2 additions and 2 deletions
|
|
@ -7,6 +7,8 @@ COPY repo/*.repo /etc/yum.repos.d/
|
|||
|
||||
RUN dnf update -y
|
||||
|
||||
RUN dnf install --nogpgcheck -y https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm
|
||||
|
||||
# Install Almalinux Nvidia driver
|
||||
RUN dnf install almalinux-release-nvidia-driver -y
|
||||
RUN dnf install nvidia-open-kmod nvidia-driver -y
|
||||
|
|
@ -16,8 +18,6 @@ RUN dnf install nvidia-driver-cuda -y
|
|||
# This is necessary for the speakers and internal microphone
|
||||
RUN dnf install -y alsa-sof-firmware
|
||||
|
||||
RUN dnf install --nogpgcheck -y https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm
|
||||
|
||||
RUN dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/andersrh/sonicDE/repo/rhel+epel-10/andersrh-sonicDE-rhel+epel-10.repo -y
|
||||
RUN dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/xlibre/xlibre-xserver/repo/rhel+epel-10/group_xlibre-xlibre-xserver-rhel+epel-10.repo -y
|
||||
RUN dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/skip77/MateDesktop-EL10/repo/rhel+epel-10/skip77-MateDesktop-EL10-rhel+epel-10.repo -y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue