Skip to content

Commit

Permalink
trying to add poetry path...
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Jan 21, 2022
1 parent 522bf79 commit ed0775b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ RUN conda install -c conda-forge --quiet --yes \

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

ENV PATH="$HOME/.poetry/bin:${PATH}"
RUN mkdir .poetry

COPY env .poetry/env

0 comments on commit ed0775b

Please sign in to comment.