1
0
mirror of synced 2024-11-12 01:40:51 +01:00

fixed pip version (#2238)

This commit is contained in:
keitarou 2024-08-28 17:36:43 +09:00 committed by GitHub
parent 22473bac0e
commit 7a81606a03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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