Skip to content

Commit 8873f31

Browse files
Merge pull request #3 from FluidNumerics/patch/cmake-compilers
Ensure cmake and compilers are available
2 parents 6604c33 + 6501983 commit 8873f31

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

envs/x86/rocm/Dockerfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,15 @@ ARG GPU_BACKEND_VERSION=6.4.3
168168
RUN sed -i "s/@GPU_BACKEND_VERSION@/${GPU_BACKEND_VERSION}/g" /etc/yum.repos.d/rocm.repo && \
169169
dnf clean all && \
170170
dnf update -y && \
171-
dnf install -y rocm-hip-libraries rocm-hip-runtime
171+
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
172180

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

0 commit comments

Comments
 (0)