File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,8 @@ ARG SRC_DIR
7272
7373COPY --from=tpl_toolchain $GEOSX_TPL_DIR $GEOSX_TPL_DIR
7474
75- RUN apt-get install -y --no-install-recommends \
75+ RUN DEBIAN_FRONTEND=noninteractive TZ=America/Los_Angeles \
76+ apt-get install -y --no-install-recommends \
7677 openssh-client \
7778 ca-certificates \
7879 curl \
@@ -83,7 +84,14 @@ RUN apt-get install -y --no-install-recommends \
8384 libxml2-utils \
8485 git \
8586 ghostscript \
86- ninja-build
87+ ninja-build \
88+ python3-dev \
89+ python3-mpi4py \
90+ python3-scipy \
91+ python3-virtualenv \
92+ python3-matplotlib \
93+ python3-venv \
94+ python3-pytest
8795
8896RUN --mount=src=.,dst=$SRC_DIR $SRC_DIR/docker/install-sccache.sh
8997ENV SCCACHE=/opt/sccache/bin/sccache
You can’t perform that action at this time.
0 commit comments