From c74cde063b8fd17686bb0f10abadd769da63672a Mon Sep 17 00:00:00 2001 From: InnopolisU Date: Fri, 13 Sep 2024 10:56:21 +0300 Subject: [PATCH] Modified Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b016265d..6b595770 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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'