Skip to content

Commit 7dfc789

Browse files
committed
again
1 parent a53d17f commit 7dfc789

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • .github/workflows/dockerfiles/ROCm-DiskGalaxy

.github/workflows/dockerfiles/ROCm-DiskGalaxy/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ RUN set -euo pipefail && \
3030
else \
3131
zypper --non-interactive install --no-recommends \
3232
rocm-llvm \
33-
hip \
33+
hipcc \
34+
hip-runtime-amd \
3435
hip-devel \
3536
hsa-rocr \
36-
rocclr \
37+
comgr \
3738
rocm-device-libs; \
3839
fi && \
3940
zypper --non-interactive install --no-recommends \

0 commit comments

Comments
 (0)