File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ENV PYTHONUNBUFFERED=1 \
21
21
\
22
22
# poetry
23
23
# https://python-poetry.org/docs/configuration/#using-environment-variables
24
- POETRY_VERSION=1.6.1 \
24
+ POETRY_VERSION=1.8.4 \
25
25
# make poetry install to this location
26
26
POETRY_HOME="/opt/poetry" \
27
27
# make poetry create the virtual environment in the project's root
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ENV PYTHONUNBUFFERED=1 \
21
21
\
22
22
# poetry
23
23
# https://python-poetry.org/docs/configuration/#using-environment-variables
24
- POETRY_VERSION=1.6.1 \
24
+ POETRY_VERSION=1.8.4 \
25
25
# make poetry install to this location
26
26
POETRY_HOME="/opt/poetry" \
27
27
# make poetry create the virtual environment in the project's root
@@ -81,8 +81,7 @@ RUN chmod +x /entrypoint.sh
81
81
82
82
83
83
WORKDIR /ml_data
84
- EXPOSE 5000
85
- EXPOSE 5001
84
+ EXPOSE 5000 5001
86
85
ENV SHELL="/bin/bash"
87
86
88
87
You can’t perform that action at this time.
0 commit comments