mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 18:40:00 +00:00
fix: Temporarily drop ROCM
This commit is contained in:
parent
5c8c281bdc
commit
d5397abc56
@ -17,12 +17,6 @@ RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/repo/fedora-$
|
|||||||
wget https://copr.fedorainfracloud.org/coprs/kylegospo/system76-scheduler/repo/fedora-$(rpm -E %fedora)/kylegospo-system76-scheduler-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo-system76-scheduler.repo && \
|
wget https://copr.fedorainfracloud.org/coprs/kylegospo/system76-scheduler/repo/fedora-$(rpm -E %fedora)/kylegospo-system76-scheduler-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo-system76-scheduler.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
|
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
|
|
||||||
RUN if [[ "-nvidia" != "${IMAGE_FLAVOR}" ]]; then rpm-ostree install \
|
|
||||||
rocm-hip \
|
|
||||||
rocm-opencl \
|
|
||||||
; fi
|
|
||||||
|
|
||||||
# Install new packages
|
# Install new packages
|
||||||
RUN rpm-ostree install \
|
RUN rpm-ostree install \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user