Enable ROCm installation in multimedia script

Uncomment ROCm installation commands for multimedia setup.
This commit is contained in:
humocs-man
2026-05-08 19:20:33 +02:00
committed by GitHub
parent 37d7d0ec7e
commit d7a4979f17
+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!) ---