Skip to content

Commit 626bca2

Browse files
keitaroufumiama
authored andcommitted
1 parent 277eadc commit 626bca2

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
@@ -27,6 +27,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1
2727

2828
COPY . .
2929

30+
RUN python3 -m pip install --upgrade pip>=24.0
3031
RUN python3 -m pip install --no-cache-dir -r requirements/main.txt
3132

3233
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)