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
echo "Installing rocm"
dnf5 install -y \
rocm-clinfo \
rocm-hip \
rocm-opencl \
rocblas \
hipblas \
rocm-runtime
#echo "Installing rocm"
#dnf5 install -y \
# rocm-clinfo \
# rocm-hip \
# rocm-opencl \
# rocblas \
# hipblas \
# rocm-runtime
# --- 2. Die sofortige Bereinigung (WICHTIG!) ---