Restore multimedia installation and comment ROCm setup

Re-enable multimedia package installation and comment out ROCm installation.
This commit is contained in:
humocs-man
2026-05-07 06:22:05 +02:00
committed by GitHub
parent 763a4ad353
commit 644feb9d1a
+10 -9
View File
@@ -19,15 +19,16 @@ dnf5 install -y \
gstreamer1-plugins-bad-free-extras \
intel-media-driver
#dnf5 install -y @multimedia
echo "Installing rocm"
dnf5 install -y \
rocm-clinfo \
rocm-hip \
rocm-opencl \
rocblas \
hipblas \
rocm-runtime
dnf5 install -y @multimedia
#echo "Installing rocm"
#dnf5 install -y \
# rocm-clinfo \
# rocm-hip \
# rocm-opencl \
# rocblas \
# hipblas \
# rocm-runtime
# --- 2. Die sofortige Bereinigung (WICHTIG!) ---