Skip to content

Commit

Permalink
Modified Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BarzaH committed Sep 13, 2024
1 parent 7aa5a45 commit c74cde0
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 @@ RUN apt-get update && apt-get upgrade -y && \
apt-get install ffmpeg libsm6 libxext6 -y && \
apt-get install curl -y && \
apt-get -y install git && \
pip3 install --upgrade pip && \
pip3 install --upgrade pip
# works with 1.2.2
RUN /bin/bash -c 'curl -sSL https://install.python-poetry.org | python - --version 1.6.1'

Expand Down

0 comments on commit c74cde0

Please sign in to comment.