Skip to content

Commit e94d8a2

Browse files
committed
fix: optimize deps
1 parent d315617 commit e94d8a2

File tree

4 files changed

+125
-73
lines changed

4 files changed

+125
-73
lines changed

docker/dagster/Dockerfile

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

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

6969

7070
################################

docker/jupyter/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ 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
70+
7071

7172
################################
7273
# PRODUCTION

0 commit comments

Comments
 (0)