From 626bca2dd446a63940f877f280933e01a6313d76 Mon Sep 17 00:00:00 2001 From: keitarou Date: Fri, 9 Aug 2024 16:46:28 +0900 Subject: [PATCH] fix: pip version ref https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/pull/2238 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b37ecf2..0c801b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1 COPY . . +RUN python3 -m pip install --upgrade pip>=24.0 RUN python3 -m pip install --no-cache-dir -r requirements/main.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