We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6604c33 + 6501983 commit 8873f31Copy full SHA for 8873f31
1 file changed
envs/x86/rocm/Dockerfile
@@ -168,7 +168,15 @@ ARG GPU_BACKEND_VERSION=6.4.3
168
RUN sed -i "s/@GPU_BACKEND_VERSION@/${GPU_BACKEND_VERSION}/g" /etc/yum.repos.d/rocm.repo && \
169
dnf clean all && \
170
dnf update -y && \
171
- dnf install -y rocm-hip-libraries rocm-hip-runtime
+ dnf --enablerepo epel install -y rocm-hip-libraries rocm-hip-runtime \
172
+ bzip2 \
173
+ cmake \
174
+ curl-minimal \
175
+ file \
176
+ findutils \
177
+ gcc-c++ \
178
+ gcc \
179
+ gcc-gfortran
180
181
# paths.view is a symlink, so copy the parent to avoid dereferencing and duplicating it
182
COPY --from=builder /opt/views /opt/views
0 commit comments