Skip to content

Commit

Permalink
and even more some
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Aug 14, 2024
1 parent 913a680 commit 9cecbcc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions rocm/ubi9-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@ RUN echo "[ROCm]" > /etc/yum.repos.d/rocm.repo && \
yum install -y \
rocm-utils rocm-smi rccl rocm-device-libs && \
yum clean all && rm -rf /var/cache/yum

# Install more of the supporting libs
RUN yum install -y \
rocm-hip-runtime \
rocm-opencl-runtime \
rocm-language-runtime \
yum clean all && rm -rf /var/cache/yum

RUN yum install -y \
rocblas rocsolver rocsparse && \
yum clean all && rm -rf /var/cache/yum
Expand All @@ -52,12 +59,6 @@ RUN yum install -y \
rocblas-devel rocrand-devel hipfft-devel miopen-hip-devel && \
yum clean all && rm -rf /var/cache/yum

RUN yum install -y \
rocm-hip-runtime \
rocm-opencl-runtime \
rocm-language-runtime \
yum clean all && rm -rf /var/cache/yum

# Install the rest of the ROCm RPMs; this way we avoid creating a single huge
# layer, that would stress OpenShift CI infrastructure too much
RUN yum install -y rocm && \
Expand Down

0 comments on commit 9cecbcc

Please sign in to comment.