We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c208685 commit 0caf39eCopy full SHA for 0caf39e
docker/Dockerfile.vanilla
@@ -26,7 +26,7 @@ ENV PIP_BREAK_SYSTEM_PACKAGES=1
26
ENV OMP_NUM_THREADS=1 OPENBLAS_NUM_THREADS=1
27
28
# Download firedrake-configure
29
-RUN curl -O --output-dir /opt https://raw.githubusercontent.com/firedrakeproject/firedrake/master/scripts/firedrake-configure
+RUN curl -O --output-dir /opt https://raw.githubusercontent.com/firedrakeproject/firedrake/release/scripts/firedrake-configure
30
31
# Install system dependencies
32
RUN apt-get update \
@@ -63,4 +63,4 @@ ENV MPICC=$CC
63
64
# Install Firedrake
65
RUN pip install --verbose --no-binary h5py --src /opt \
66
- --editable git+https://github.com/firedrakeproject/firedrake.git#egg=firedrake[docker]
+ --editable git+https://github.com/firedrakeproject/firedrake.git@release#egg=firedrake[docker]
0 commit comments