diff --git a/docker/Dockerfile b/docker/Dockerfile index d76179a3..e5222576 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,7 +7,6 @@ RUN apt-get install -y python3-pip git RUN pip install torch==1.13.1 RUN pip install numpy==1.24.1 -RUN pip install Unidecode==1.3.6 RUN pip install python-socketio==5.7.2 RUN pip install fastapi==0.89.1 diff --git a/start2.sh b/start2.sh index 78077042..b98537ef 100644 --- a/start2.sh +++ b/start2.sh @@ -1,8 +1,8 @@ #!/bin/bash set -eu -#DOCKER_IMAGE=dannadori/voice-changer:20230114_190436 -DOCKER_IMAGE=voice-changer +DOCKER_IMAGE=dannadori/voice-changer:20230114_193100 +#DOCKER_IMAGE=voice-changer if [ $# = 0 ]; then echo "