Skip to content

Commit 4a01018

Browse files
committed
update docker bake
1 parent 1919275 commit 4a01018

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG HDF5_VERSION="1.14.6"
44
ARG HDF5_LIB="https://github.com/HDFGroup/hdf5/releases/download/hdf5_${HDF5_VERSION}/hdf5.tar.gz"
55
ARG MPI_IMPL="mpich"
66

7-
RUN apt-get update && apt-get -y install ${MPI_IMPL} wget make
7+
RUN apt-get update && apt-get -y install build-essential ${MPI_IMPL} wget make
88

99
WORKDIR /install
1010
RUN wget ${HDF5_LIB} && tar -xvzf hdf5.tar.gz && mv hdf5-${HDF5_VERSION} hdf5

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ target "dev-openmpi" {
2121
platforms = ["linux/amd64", "linux/arm64"]
2222
tags = ["docker.io/astropatty/opencosmo:latest-openmpi"]
2323
args = {
24-
MPI_IMPL = "openmpi"
24+
MPI_IMPL = "openmpi-bin libopenmpi-dev"
2525
}
2626
}
2727

0 commit comments

Comments
 (0)