We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa3cfa commit 3139dbdCopy full SHA for 3139dbd
1 file changed
Dockerfile
@@ -4,5 +4,6 @@ FROM ghcr.io/fenics/dolfinx/lab:stable
4
COPY . /repo
5
WORKDIR /repo
6
7
+RUN python3 -m pip install -r https://raw.githubusercontent.com/scientificcomputing/scifem/refs/heads/main/build-requirements.txt
8
RUN python3 -m pip install scifem --no-build-isolation
9
RUN python3 -m pip install ".[docs]"
0 commit comments