Skip to content

Commit

Permalink
refactor: Update poetry version for mlflow and dagster
Browse files Browse the repository at this point in the history
  • Loading branch information
aiakide committed Nov 11, 2024
1 parent fd08577 commit 55ba8d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/dagster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV PYTHONUNBUFFERED=1 \
\
# poetry
# https://python-poetry.org/docs/configuration/#using-environment-variables
POETRY_VERSION=1.6.1 \
POETRY_VERSION=1.8.4 \
# make poetry install to this location
POETRY_HOME="/opt/poetry" \
# make poetry create the virtual environment in the project's root
Expand Down
5 changes: 2 additions & 3 deletions docker/mlflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV PYTHONUNBUFFERED=1 \
\
# poetry
# https://python-poetry.org/docs/configuration/#using-environment-variables
POETRY_VERSION=1.6.1 \
POETRY_VERSION=1.8.4 \
# make poetry install to this location
POETRY_HOME="/opt/poetry" \
# make poetry create the virtual environment in the project's root
Expand Down Expand Up @@ -81,8 +81,7 @@ RUN chmod +x /entrypoint.sh


WORKDIR /ml_data
EXPOSE 5000
EXPOSE 5001
EXPOSE 5000 5001
ENV SHELL="/bin/bash"


Expand Down

0 comments on commit 55ba8d0

Please sign in to comment.