This commit is contained in:
parent
b1d5222948
commit
f78e75b5f0
1 changed files with 5 additions and 0 deletions
|
|
@ -49,6 +49,11 @@ RUN dnf install -y ${KERNEL} ${KERNEL}-devel-matched
|
|||
|
||||
RUN dnf remove -y kernel kernel-core kernel-modules kernel-modules-core kernel-modules-extra kernel-tools kernel-tools-libs
|
||||
|
||||
RUN wget https://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repo -O /etc/yum.repos.d/virtualbox.repo
|
||||
|
||||
RUN dnf install VirtualBox-7.2 -y
|
||||
RUN /sbin/vboxconfig
|
||||
|
||||
# Install Negativo17 Nvidia driver
|
||||
RUN dnf install -y dkms-nvidia nvidia-driver nvidia-persistenced opencl-filesystem libva-nvidia-driver
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue