Skip to content

Commit

Permalink
Merge pull request #514 from Eidenz/master
Browse files Browse the repository at this point in the history
Update docker to v.1.5.3.10
  • Loading branch information
w-okada authored Jul 21, 2023
2 parents 6394314 + 5afe932 commit ec4f62f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker_vcclient/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ RUN apt-get update \
WORKDIR /
ADD dummy /

RUN git clone https://github.com/w-okada/voice-changer.git -b v.1.5.3.9a
RUN git clone https://github.com/w-okada/voice-changer.git -b v.1.5.3.10



RUN chmod 0777 /voice-changer/server
WORKDIR /voice-changer/server
RUN pip install -r requirements.txt
RUN pip install numpy==1.23.5 \
&& pip install pyworld==0.3.3 --no-build-isolation \
&& pip install -r requirements.txt

# RUN git clone https://github.com/isletennos/MMVC_Client.git MMVC_Client_v13
# RUN cd MMVC_Client_v13 && git checkout 04f3fec4fd82dea6657026ec4e1cd80fb29a415c && cd -
Expand Down
2 changes: 2 additions & 0 deletions start_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if [ "${USE_GPU}" = "on" ]; then
--nsf_hifigan pretrain/nsf_hifigan/model \
--crepe_onnx_full pretrain/crepe_onnx_full.onnx \
--crepe_onnx_tiny pretrain/crepe_onnx_tiny.onnx \
--rmvpe pretrain/rmvpe.pt \
--model_dir model_dir \
--samples samples.json
else
Expand All @@ -55,6 +56,7 @@ else
--nsf_hifigan pretrain/nsf_hifigan/model \
--crepe_onnx_full pretrain/crepe_onnx_full.onnx \
--crepe_onnx_tiny pretrain/crepe_onnx_tiny.onnx \
--rmvpe pretrain/rmvpe.pt \
--model_dir model_dir \
--samples samples.json
fi
Expand Down

0 comments on commit ec4f62f

Please sign in to comment.