Skip to content

Commit

Permalink
use new poetry install script
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasBeuzen committed Feb 2, 2022
1 parent 3af6ffd commit 3fe1cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ RUN apt update -y && \

RUN conda install -c conda-forge -y -q cookiecutter

RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
RUN curl -sSL https://install.python-poetry.org | python3 -

ENV PATH="$HOME/.poetry/bin:${PATH}"
ENV PATH="$HOME/root/.local/bin:${PATH}"

0 comments on commit 3fe1cdd

Please sign in to comment.