Skip to content

Commit

Permalink
[build] add useful apt packages to openmpi image
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Feb 21, 2024
1 parent 9abbf7a commit 2cf2e37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Docker/openmpi_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
ca-certificates \
clang-${LLVM} \
cmake \
sudo \
less \
vim \
nano \
curl \
cython3 \
debhelper \
Expand Down

0 comments on commit 2cf2e37

Please sign in to comment.