diff --git a/docker_vcclient/Dockerfile b/docker_vcclient/Dockerfile index addacfd48..c93d0e24d 100644 --- a/docker_vcclient/Dockerfile +++ b/docker_vcclient/Dockerfile @@ -1,34 +1,3 @@ -# FROM nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04 as base - -# ARG DEBIAN_FRONTEND=noninteractive - -# RUN apt-get update -# 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 python-socketio==5.7.2 - -# RUN pip install fastapi==0.89.1 -# RUN pip install python-multipart==0.0.5 -# RUN pip install uvicorn==0.20.0 -# RUN pip install websockets==10.4 -# RUN pip install pyOpenSSL==23.0.0 -# RUN pip install onnxruntime-gpu==1.13.1 - -# RUN git clone https://github.com/isletennos/MMVC_Client.git -# RUN cd MMVC_Client && git checkout 04f3fec4fd82dea6657026ec4e1cd80fb29a415c && cd - - - -# WORKDIR / -# ADD dummy / - -# RUN git clone --depth 1 https://github.com/w-okada/voice-changer.git - - -######### -# Prod # -######### FROM nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04 # FROM nvidia/cuda:12.0.1-cudnn8-runtime-ubuntu22.04 @@ -40,7 +9,7 @@ RUN apt-get update \ WORKDIR / ADD dummy / -RUN git clone https://github.com/w-okada/voice-changer.git -b v.1.5.3.5a +RUN git clone https://github.com/w-okada/voice-changer.git -b v.1.5.3.6 diff --git a/start_docker.sh b/start_docker.sh index 0e021e485..1c10b6da6 100644 --- a/start_docker.sh +++ b/start_docker.sh @@ -1,7 +1,7 @@ #!/bin/bash set -eu -DOCKER_IMAGE=dannadori/vcclient:20230618_173205 +DOCKER_IMAGE=dannadori/vcclient:20230627_072633 #DOCKER_IMAGE=vcclient ### DEFAULT VAR ###