Skip to content

Commit 47fef1a

Browse files
committed
Add dagster webserver
1 parent 9b593f6 commit 47fef1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/jupyter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ COPY ../../poetry.lock pyproject.toml ./
6666

6767
# install runtime deps - uses $POETRY_VIRTUALENVS_IN_PROJECT internally
6868
RUN --mount=type=cache,target=/root/.cache \
69-
poetry install --with dagster,mlflow --without dagster-webserver
69+
poetry install --with dagster,mlflow, dagster-webserver
7070

7171
################################
7272
# PRODUCTION

0 commit comments

Comments
 (0)