We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288df4e commit c01b822Copy full SHA for c01b822
1 file changed
docker/Dockerfile.cpu
@@ -17,7 +17,8 @@ RUN apt-get update && \
17
18
# Install for basic base not containing it
19
RUN apt-get install -y wget flex libnuma-dev hwloc curl cmake git \
20
- autoconf libtool build-essential procps software-properties-common
+ autoconf libtool build-essential procps software-properties-common \
21
+ pkgconf gfortran libopenblas-serial-dev
22
23
# Install gcc
24
RUN if [ -n "$gcc" ]; then \
@@ -43,7 +44,6 @@ RUN cd /tmp && mkdir openmpi && \
43
44
cd openmpi && ./autogen.pl && \
45
mkdir build && cd build && \
46
../configure --prefix=/opt/openmpi/ \
- --disable-mpi-fortran \
47
--enable-mca-no-build=btl-uct --enable-mpi1-compatibility && \
48
make -j ${nproc} && \
49
make install && \
0 commit comments