From 6313e8de3d9d225d67bc410db587817fd56db148 Mon Sep 17 00:00:00 2001 From: wataru Date: Sat, 14 Jan 2023 19:36:53 +0900 Subject: [PATCH] WIP: Docker on linux --- docker/Dockerfile | 1 - start2.sh | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 "