mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-01 16:13:23 +00:00
chore: Install rocm separately w/ weak deps disabled, cleanup
This commit is contained in:
parent
f0a6a2e5a5
commit
518a2ddf4e
@ -224,7 +224,6 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
|
|||||||
compsize \
|
compsize \
|
||||||
ryzenadj \
|
ryzenadj \
|
||||||
input-remapper \
|
input-remapper \
|
||||||
tuned-profiles-cpu-partitioning \
|
|
||||||
i2c-tools \
|
i2c-tools \
|
||||||
udica \
|
udica \
|
||||||
ladspa-caps-plugins \
|
ladspa-caps-plugins \
|
||||||
@ -247,7 +246,6 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
|
|||||||
rar \
|
rar \
|
||||||
libxcrypt-compat \
|
libxcrypt-compat \
|
||||||
vulkan-tools \
|
vulkan-tools \
|
||||||
glibc.i686 \
|
|
||||||
extest.i686 \
|
extest.i686 \
|
||||||
xwiimote-ng \
|
xwiimote-ng \
|
||||||
fastfetch \
|
fastfetch \
|
||||||
@ -271,12 +269,13 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
|
|||||||
libvirt \
|
libvirt \
|
||||||
lsb_release \
|
lsb_release \
|
||||||
ublue-update \
|
ublue-update \
|
||||||
rocm-hip \
|
|
||||||
rocm-opencl \
|
|
||||||
rocm-clinfo \
|
|
||||||
waydroid \
|
waydroid \
|
||||||
cage \
|
cage \
|
||||||
wlr-randr && \
|
wlr-randr && \
|
||||||
|
dnf5 -y --setopt=install_weak_deps=False install \
|
||||||
|
rocm-hip \
|
||||||
|
rocm-opencl \
|
||||||
|
rocm-clinfo && \
|
||||||
mkdir -p /etc/xdg/autostart && \
|
mkdir -p /etc/xdg/autostart && \
|
||||||
sed -i~ -E 's/=.\$\(command -v (nft|ip6?tables-legacy).*/=/g' /usr/lib/waydroid/data/scripts/waydroid-net.sh && \
|
sed -i~ -E 's/=.\$\(command -v (nft|ip6?tables-legacy).*/=/g' /usr/lib/waydroid/data/scripts/waydroid-net.sh && \
|
||||||
sed -i '1s/^/[include]\npaths = ["\/etc\/ublue-os\/topgrade.toml"]\n\n/' /usr/share/ublue-update/topgrade-user.toml && \
|
sed -i '1s/^/[include]\npaths = ["\/etc\/ublue-os\/topgrade.toml"]\n\n/' /usr/share/ublue-update/topgrade-user.toml && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user