From 0af624a6cead0196e6bbc8509cc224a229a6d993 Mon Sep 17 00:00:00 2001 From: Brian Han Date: Wed, 20 Mar 2024 15:52:26 -0700 Subject: [PATCH] Test pygeosx unit test with clang@15 --- docker/tpl-ubuntu-clang.Dockerfile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docker/tpl-ubuntu-clang.Dockerfile b/docker/tpl-ubuntu-clang.Dockerfile index ab7c6aee..f287e0c2 100644 --- a/docker/tpl-ubuntu-clang.Dockerfile +++ b/docker/tpl-ubuntu-clang.Dockerfile @@ -72,7 +72,8 @@ ARG SRC_DIR COPY --from=tpl_toolchain $GEOSX_TPL_DIR $GEOSX_TPL_DIR -RUN apt-get install -y --no-install-recommends \ +RUN DEBIAN_FRONTEND=noninteractive TZ=America/Los_Angeles \ + apt-get install -y --no-install-recommends \ openssh-client \ ca-certificates \ curl \ @@ -83,7 +84,14 @@ RUN apt-get install -y --no-install-recommends \ libxml2-utils \ git \ ghostscript \ - ninja-build + ninja-build \ + python3-dev \ + python3-mpi4py \ + python3-scipy \ + python3-virtualenv \ + python3-matplotlib \ + python3-venv \ + python3-pytest RUN --mount=src=.,dst=$SRC_DIR $SRC_DIR/docker/install-sccache.sh ENV SCCACHE=/opt/sccache/bin/sccache