remove scx-scheds since it's not supported on ELrepo kernel
Some checks failed
os / build (push) Failing after 44m17s
Some checks failed
os / build (push) Failing after 44m17s
This commit is contained in:
parent
0390cf3814
commit
ec28047916
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ RUN dnf install --enablerepo=elrepo-kernel -y ${KERNEL}-devel
|
|||
RUN dnf install -y dkms-nvidia nvidia-driver nvidia-persistenced opencl-filesystem libva-nvidia-driver
|
||||
RUN dkms install nvidia/$(ls /usr/src/ | grep nvidia- | cut -d- -f2-) -k $(rpm -q --queryformat "%{VERSION}-%{RELEASE}.%{ARCH}\n" ${KERNEL})
|
||||
|
||||
RUN dnf install -y waydroid scx-scheds
|
||||
RUN dnf install -y waydroid
|
||||
|
||||
# Remove plocate to avoid updatedb going crazy with scanning the file system once a day
|
||||
RUN dnf remove -y plocate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue