mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 05:25:01 +03:00
update
This commit is contained in:
parent
5f540cd162
commit
e83d64d09d
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
DOCKER_IMAGE=dannadori/voice-changer:20221103_180651
|
||||
DOCKER_IMAGE=dannadori/voice-changer:20221103_232710
|
||||
#DOCKER_IMAGE=voice-changer
|
||||
|
||||
|
||||
|
@ -10,7 +10,9 @@ RUN apt-get install -y cmake
|
||||
|
||||
#RUN git clone --depth 1 https://github.com/isletennos/MMVC_Trainer.git -b v1.3.1.3
|
||||
|
||||
RUN pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113
|
||||
# RUN pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113
|
||||
RUN pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113
|
||||
|
||||
|
||||
RUN pip install Cython==0.29.32
|
||||
RUN pip install numpy==1.22.4
|
||||
|
Loading…
Reference in New Issue
Block a user