Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion envs/x86/rocm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,15 @@ ARG GPU_BACKEND_VERSION=6.4.3
RUN sed -i "s/@GPU_BACKEND_VERSION@/${GPU_BACKEND_VERSION}/g" /etc/yum.repos.d/rocm.repo && \
dnf clean all && \
dnf update -y && \
dnf install -y rocm-hip-libraries rocm-hip-runtime
dnf --enablerepo epel install -y rocm-hip-libraries rocm-hip-runtime \
bzip2 \
cmake \
curl-minimal \
file \
findutils \
gcc-c++ \
gcc \
gcc-gfortran

# paths.view is a symlink, so copy the parent to avoid dereferencing and duplicating it
COPY --from=builder /opt/views /opt/views
Expand Down
Loading