Skip to content

Commit ceb60b1

Browse files
authored
Include packages for python fsi interface
Dear all, I am planning to add a regression test on the python interface for fsi. This requires additional packages on the docker build side. I added the packages here, but I am not familiar with the containers use, so let me know if I should proceed otherwise
1 parent d7e6566 commit ceb60b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y \
2020
libopenblas-dev \
2121
openmpi-bin \
2222
ccache \
23+
petsc-dev \
24+
python3-petsc4py \
25+
python3-rtree \
2326
&& rm -rf /var/lib/apt/lists/* \
2427
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 10 \
2528
&& /usr/sbin/update-ccache-symlinks \

0 commit comments

Comments
 (0)