Skip to content

Commit 55ba8d0

Browse files
committed
refactor: Update poetry version for mlflow and dagster
1 parent fd08577 commit 55ba8d0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docker/dagster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ENV PYTHONUNBUFFERED=1 \
2121
\
2222
# poetry
2323
# https://python-poetry.org/docs/configuration/#using-environment-variables
24-
POETRY_VERSION=1.6.1 \
24+
POETRY_VERSION=1.8.4 \
2525
# make poetry install to this location
2626
POETRY_HOME="/opt/poetry" \
2727
# make poetry create the virtual environment in the project's root

docker/mlflow/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ENV PYTHONUNBUFFERED=1 \
2121
\
2222
# poetry
2323
# https://python-poetry.org/docs/configuration/#using-environment-variables
24-
POETRY_VERSION=1.6.1 \
24+
POETRY_VERSION=1.8.4 \
2525
# make poetry install to this location
2626
POETRY_HOME="/opt/poetry" \
2727
# make poetry create the virtual environment in the project's root
@@ -81,8 +81,7 @@ RUN chmod +x /entrypoint.sh
8181

8282

8383
WORKDIR /ml_data
84-
EXPOSE 5000
85-
EXPOSE 5001
84+
EXPOSE 5000 5001
8685
ENV SHELL="/bin/bash"
8786

8887

0 commit comments

Comments
 (0)