We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7e6566 + ceb60b1 commit 4ce6954Copy full SHA for 4ce6954
build/Dockerfile
@@ -20,6 +20,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y \
20
libopenblas-dev \
21
openmpi-bin \
22
ccache \
23
+ petsc-dev \
24
+ python3-petsc4py \
25
+ python3-rtree \
26
&& rm -rf /var/lib/apt/lists/* \
27
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 10 \
28
&& /usr/sbin/update-ccache-symlinks \
0 commit comments