mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 09:39:49 +00:00
chore: Fix operator
This commit is contained in:
parent
5ed38702a0
commit
5c8c281bdc
@ -18,7 +18,7 @@ RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/repo/fedora-$
|
|||||||
wget https://copr.fedorainfracloud.org/coprs/kylegospo/hl2linux-selinux/repo/fedora-$(rpm -E %fedora)/kylegospo-hl2linux-selinux-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo-hl2linux-selinux.repo
|
wget https://copr.fedorainfracloud.org/coprs/kylegospo/hl2linux-selinux/repo/fedora-$(rpm -E %fedora)/kylegospo-hl2linux-selinux-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo-hl2linux-selinux.repo
|
||||||
|
|
||||||
# Install ROCM for non-Nvidia images
|
# Install ROCM for non-Nvidia images
|
||||||
RUN if [[ "-nvidia" !== "${IMAGE_FLAVOR}" ]]; then rpm-ostree install \
|
RUN if [[ "-nvidia" != "${IMAGE_FLAVOR}" ]]; then rpm-ostree install \
|
||||||
rocm-hip \
|
rocm-hip \
|
||||||
rocm-opencl \
|
rocm-opencl \
|
||||||
; fi
|
; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user