Skip to content

Commit

Permalink
play around with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Jan 17, 2024
1 parent 78d88d7 commit b9164d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ RUN echo "Python version:" \
&& pip install --no-cache-dir poetry~=1.7.1 \
&& echo "Installing dependencies:" \
&& poetry config cache-dir /tmp/.poetry-cache \
&& poetry config virtualenvs.create false \
&& poetry config virtualenvs.in-project true \
&& poetry install --only main --no-interaction --no-ansi \
&& poetry install --only=main --no-interaction --no-ansi \
&& rm -rf /tmp/.poetry-cache \
&& echo "All installed Python packages:" \
&& pip freeze
Expand Down

0 comments on commit b9164d9

Please sign in to comment.