Skip to content

Commit d315617

Browse files
committed
fix: remove whitespace
1 parent 47fef1a commit d315617

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, dagster-webserver
69+
poetry install --with dagster,mlflow,dagster-webserver
7070

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

0 commit comments

Comments
 (0)