Skip to content

Commit 3139dbd

Browse files
committed
Install build requirements in dockerfile
1 parent 5aa3cfa commit 3139dbd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ FROM ghcr.io/fenics/dolfinx/lab:stable
44
COPY . /repo
55
WORKDIR /repo
66

7+
RUN python3 -m pip install -r https://raw.githubusercontent.com/scientificcomputing/scifem/refs/heads/main/build-requirements.txt
78
RUN python3 -m pip install scifem --no-build-isolation
89
RUN python3 -m pip install ".[docs]"

0 commit comments

Comments
 (0)