File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
tools/tests/dockerfiles/ubuntu_2404 Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ FROM python_bindings as su2_adapter
135135COPY --from=precice /home/precice/.local /home/precice/.local
136136USER root
137137RUN apt-get -qq update && \
138- apt-get -qq install swig
138+ apt-get -qq install swig python3-mpi4py python3-setuptools
139139ARG SU2_VERSION
140140USER precice
141141
@@ -146,8 +146,7 @@ RUN wget https://github.com/su2code/SU2/archive/refs/tags/v${SU2_VERSION}.tar.gz
146146 tar xvzf v${SU2_VERSION}.tar.gz && \
147147 rm -fv v${SU2_VERSION}.tar.gz
148148RUN python3 -m venv /home/precice/venv && \
149- . /home/precice/venv/bin/activate && \
150- pip3 install mpi4py setuptools
149+ . /home/precice/venv/bin/activate
151150ARG SU2_ADAPTER_REF
152151WORKDIR /home/precice
153152ENV SU2_RUN="/home/precice/SU2_RUN"
You can’t perform that action at this time.
0 commit comments