Skip to content

Commit faa0d89

Browse files
authored
Use absolute path for constraints file in Dockerfile
1 parent e6b2cac commit faa0d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile.vanilla

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ ENV CFLAGS="-O3 -mtune=generic" CPPFLAGS="-O3 -mtune=generic"
146146
# before UFL otherwise `pip install fiat` will reinstall pypi ufl.
147147

148148
# Fix for petsc4py+slepc4py build to be removed after #4873 is resolved.
149-
RUN echo 'setuptools<81' > constraints.txt
150-
ENV PIP_CONSTRAINT=constraints.txt
149+
RUN echo 'setuptools<81' > /opt/constraints.txt
150+
ENV PIP_CONSTRAINT=/opt/constraints.txt
151151

152152
RUN git clone --branch ${BRANCH} \
153153
https://github.com/firedrakeproject/firedrake.git /opt/firedrake \

0 commit comments

Comments
 (0)