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 8e78c6d commit 003f1dcCopy full SHA for 003f1dc
tools/tests/dockerfiles/ubuntu_2404/Dockerfile
@@ -147,7 +147,7 @@ RUN wget https://github.com/su2code/SU2/archive/refs/tags/v${SU2_VERSION}.tar.gz
147
rm -fv v${SU2_VERSION}.tar.gz
148
RUN python3 -m venv /home/precice/venv && \
149
. /home/precice/venv/bin/activate && \
150
- pip3 install mpi4py
+ pip3 install mpi4py setuptools
151
ARG SU2_ADAPTER_REF
152
WORKDIR /home/precice
153
ENV SU2_RUN="/home/precice/SU2_RUN"
0 commit comments