Skip to content

Commit

Permalink
break it up even more
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Aug 14, 2024
1 parent bb95e33 commit 98bf95b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rocm/ubi9-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ RUN echo "[ROCm]" > /etc/yum.repos.d/rocm.repo && \
rocm-smi rccl && \
yum clean all && rm -rf /var/cache/yum
# Install more of the supporting libs
RUN yum install -y \
rocblas rocsolver rocsparse && \
yum clean all && rm -rf /var/cache/yum

RUN yum install -y \
hipblas hiprand hipsparse hipblaslt hipblaslt-devel && \
yum clean all && rm -rf /var/cache/yum
Expand Down

0 comments on commit 98bf95b

Please sign in to comment.