This commit is contained in:
wataru 2022-11-03 23:32:06 +09:00
parent 5f540cd162
commit e83d64d09d
2 changed files with 4 additions and 2 deletions

View File

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

View File

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