We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b2cac commit faa0d89Copy full SHA for faa0d89
docker/Dockerfile.vanilla
@@ -146,8 +146,8 @@ ENV CFLAGS="-O3 -mtune=generic" CPPFLAGS="-O3 -mtune=generic"
146
# before UFL otherwise `pip install fiat` will reinstall pypi ufl.
147
148
# 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
+RUN echo 'setuptools<81' > /opt/constraints.txt
+ENV PIP_CONSTRAINT=/opt/constraints.txt
151
152
RUN git clone --branch ${BRANCH} \
153
https://github.com/firedrakeproject/firedrake.git /opt/firedrake \
0 commit comments