Skip to content

Commit 0af624a

Browse files
committed
Test pygeosx unit test with clang@15
1 parent 48ccc69 commit 0af624a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docker/tpl-ubuntu-clang.Dockerfile

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ ARG SRC_DIR
7272

7373
COPY --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

8896
RUN --mount=src=.,dst=$SRC_DIR $SRC_DIR/docker/install-sccache.sh
8997
ENV SCCACHE=/opt/sccache/bin/sccache

0 commit comments

Comments
 (0)