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.
1 parent e27f5d4 commit eece077Copy full SHA for eece077
1 file changed
tools/tests/dockerfiles/ubuntu_2404/Dockerfile
@@ -32,8 +32,10 @@ RUN apt-get -qq update && \
32
libbenchmark-dev \
33
libboost-all-dev \
34
libeigen3-dev \
35
+ libopenmpi-dev \
36
libxml2-dev \
37
lsb-release \
38
+ openmpi-bin \
39
petsc-dev \
40
python3-dev \
41
python3-numpy \
@@ -100,7 +102,7 @@ RUN add-apt-repository -y ppa:fenics-packages/fenics && \
100
102
USER precice
101
103
ARG FENICS_ADAPTER_REF
104
# Building fenics-adapter
-RUN python3 -m venv /home/precice/venv && \
105
+RUN python3 -m venv --system-site-packages /home/precice/venv && \
106
. /home/precice/venv/bin/activate && \
107
pip3 install git+https://github.com/precice/fenics-adapter.git@${FENICS_ADAPTER_REF}
108
0 commit comments