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 12d691d commit c9cf77fCopy full SHA for c9cf77f
1 file changed
tools/tests/dockerfiles/ubuntu_2404/Dockerfile
@@ -111,6 +111,8 @@ RUN python3 -m venv --system-site-packages /home/precice/venv && \
111
. /home/precice/venv/bin/activate && \
112
pip3 install git+https://github.com/precice/python-bindings.git@${PYTHON_BINDINGS_REF} && \
113
pip3 install matplotlib
114
+ENV VIRTUAL_ENV=/home/precice/venv
115
+ENV PATH="/home/precice/venv/bin:$PATH"
116
117
FROM python_bindings AS fenics_adapter
118
USER root
0 commit comments