Comment out ROCm installation in multimedia script

Comment out ROCm installation commands in the script.
This commit is contained in:
humocs-man
2026-05-10 07:28:29 +02:00
committed by GitHub
parent 7482a3b09a
commit 49e8d76a4f
+8 -8
View File
@@ -21,14 +21,14 @@ dnf5 install -y \
dnf5 install -y @multimedia dnf5 install -y @multimedia
echo "Installing rocm" #echo "Installing rocm"
dnf5 install -y \ #dnf5 install -y \
rocm-clinfo \ # rocm-clinfo \
rocm-hip \ # rocm-hip \
rocm-opencl \ # rocm-opencl \
rocblas \ # rocblas \
hipblas \ # hipblas \
rocm-runtime # rocm-runtime
# --- 2. Die sofortige Bereinigung (WICHTIG!) --- # --- 2. Die sofortige Bereinigung (WICHTIG!) ---