Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Add pmix to build container #71

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions containers/docker/rocky8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ RUN dnf install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-
dnf install -y pam-devel
# Interconnect libraries
RUN dnf install -y rdma-core rdma-core-devel libpsm2 libpsm2-devel
COPY containers/docker/rocky8/pmix-3.2.4-1.cit.el8.x86_64.rpm /tmp/pmix-3.2.4-1.cit.el8.x86_64.rpm
RUN dnf install -y /tmp/pmix-3.2.4-1.cit.el8.x86_64.rpm && rm /tmp/pmix-3.2.4-1.cit.el8.x86_64.rpm
# Other tools
RUN dnf install -y gcc gcc-c++ gcc-gfortran gdb patch git flex freetype fontconfig libglvnd-glx alsa-lib tcsh && \
dnf install -y python3 python3-setuptools python3-pip python3-cryptography python3-pyyaml python3-wheel && \
Expand Down
Binary file not shown.
Loading