Skip to content

Commit

Permalink
reverting to adding Poetry to PATH via ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Jan 21, 2022
1 parent 69985d9 commit bd527e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ RUN conda install -c conda-forge --quiet --yes \

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

RUN mkdir .poetry

COPY env .poetry/env
ENV PATH="$HOME/.poetry/bin:${PATH}"

0 comments on commit bd527e1

Please sign in to comment.