Skip to content

Commit

Permalink
fix: poetry path
Browse files Browse the repository at this point in the history
  • Loading branch information
kackyt committed Sep 29, 2022
1 parent 84ccd37 commit 0aa31d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV APP_PATH /opt/apps
ENV HOME /root
ENV PYTHON_VERSION 3.9.14
ENV PYTHON_ROOT /usr/local/python-$PYTHON_VERSION
ENV PATH $PYTHON_ROOT/bin:$HOME/.poetry/bin:$PATH
ENV PATH $PYTHON_ROOT/bin:$HOME/.local/bin:$PATH
ENV PYENV_ROOT $HOME/.pyenv
ENV DEBIAN_FRONTEND noninteractive
ARG mlflow_version
Expand Down

0 comments on commit 0aa31d0

Please sign in to comment.