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
#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!) ---