Skip to content

Commit 7a81606

Browse files
authored
fixed pip version (RVC-Project#2238)
1 parent 22473ba commit 7a81606

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN apt-get update && \
2828
# Set Python 3.9 as the default
2929
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1
3030

31+
RUN python3 -m pip install --upgrade pip==24.0
3132
RUN python3 -m pip install --no-cache-dir -r requirements.txt
3233

3334
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

Comments
 (0)