Skip to content

Commit c9cf77f

Browse files
committed
Restore ENV commands in python_bindings stage
1 parent 12d691d commit c9cf77f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/tests/dockerfiles/ubuntu_2404/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ RUN python3 -m venv --system-site-packages /home/precice/venv && \
111111
. /home/precice/venv/bin/activate && \
112112
pip3 install git+https://github.com/precice/python-bindings.git@${PYTHON_BINDINGS_REF} && \
113113
pip3 install matplotlib
114+
ENV VIRTUAL_ENV=/home/precice/venv
115+
ENV PATH="/home/precice/venv/bin:$PATH"
114116

115117
FROM python_bindings AS fenics_adapter
116118
USER root

0 commit comments

Comments
 (0)