Skip to content

Commit 7f38891

Browse files
committed
install demo dependencies in container
1 parent c0ab7c0 commit 7f38891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FROM developer AS build
1717
# Requires buildkit 0.17.0
1818
COPY --chmod=o+wrX . /workspaces/fastcs-example
1919
WORKDIR /workspaces/fastcs-example
20-
RUN touch dev-requirements.txt && pip install -c dev-requirements.txt .
20+
RUN touch dev-requirements.txt && pip install -c dev-requirements.txt .[demo]
2121

2222

2323
# The runtime stage copies the built venv into a slim runtime container

0 commit comments

Comments
 (0)