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 eb376ac commit 29eb461Copy full SHA for 29eb461
1 file changed
tools/tests/dockerfiles/ubuntu_2404/Dockerfile
@@ -122,7 +122,8 @@ RUN add-apt-repository -y ppa:fenics-packages/fenics && \
122
USER precice
123
ARG FENICS_ADAPTER_REF
124
# Building fenics-adapter
125
-RUN pip3 install git+https://github.com/precice/fenics-adapter.git@${FENICS_ADAPTER_REF}
+RUN . /home/precice/venv/bin/activate && \
126
+ pip3 install git+https://github.com/precice/fenics-adapter.git@${FENICS_ADAPTER_REF}
127
128
129
FROM python_bindings AS nutils_adapter
0 commit comments