We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22473ba commit 7a81606Copy full SHA for 7a81606
Dockerfile
@@ -28,6 +28,7 @@ RUN apt-get update && \
28
# Set Python 3.9 as the default
29
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1
30
31
+RUN python3 -m pip install --upgrade pip==24.0
32
RUN python3 -m pip install --no-cache-dir -r requirements.txt
33
34
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
0 commit comments