We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b593f6 commit 47fef1aCopy full SHA for 47fef1a
docker/jupyter/Dockerfile
@@ -66,7 +66,7 @@ COPY ../../poetry.lock pyproject.toml ./
66
67
# install runtime deps - uses $POETRY_VIRTUALENVS_IN_PROJECT internally
68
RUN --mount=type=cache,target=/root/.cache \
69
- poetry install --with dagster,mlflow --without dagster-webserver
+ poetry install --with dagster,mlflow, dagster-webserver
70
71
################################
72
# PRODUCTION
0 commit comments