File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG HDF5_VERSION="1.14.6"
4
4
ARG HDF5_LIB="https://github.com/HDFGroup/hdf5/releases/download/hdf5_${HDF5_VERSION}/hdf5.tar.gz"
5
5
ARG MPI_IMPL="mpich"
6
6
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
8
8
9
9
WORKDIR /install
10
10
RUN wget ${HDF5_LIB} && tar -xvzf hdf5.tar.gz && mv hdf5-${HDF5_VERSION} hdf5
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ target "dev-openmpi" {
21
21
platforms = [" linux/amd64" , " linux/arm64" ]
22
22
tags = [" docker.io/astropatty/opencosmo:latest-openmpi" ]
23
23
args = {
24
- MPI_IMPL = " openmpi"
24
+ MPI_IMPL = " openmpi-bin libopenmpi-dev "
25
25
}
26
26
}
27
27
You can’t perform that action at this time.
0 commit comments