From 7a81606a0327dc0cea3e625a7f78c1d330fd9037 Mon Sep 17 00:00:00 2001 From: keitarou Date: Wed, 28 Aug 2024 17:36:43 +0900 Subject: [PATCH] fixed pip version (#2238) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5860b93..7b5a4e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,7 @@ RUN apt-get update && \ # Set Python 3.9 as the default RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1 +RUN python3 -m pip install --upgrade pip==24.0 RUN python3 -m pip install --no-cache-dir -r requirements.txt RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/D40k.pth -d assets/pretrained_v2/ -o D40k.pth