update docker

This commit is contained in:
wataru 2023-01-12 23:59:02 +09:00
parent ecc0ff1141
commit 17b3dc1332
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ RUN python3 setup.py build_ext --inplace
WORKDIR / WORKDIR /
ADD dummy / ADD dummy /
RUN git clone --depth 1 https://github.com/w-okada/voice-changer.git -b v.1.3.0 RUN git clone --depth 1 https://github.com/w-okada/voice-changer.git -b v.1.3.3
######### #########

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -eu set -eu
DOCKER_IMAGE=dannadori/voice-changer:20230111_180952 DOCKER_IMAGE=dannadori/voice-changer:20230112_231112
# DOCKER_IMAGE=voice-changer # DOCKER_IMAGE=voice-changer
if [ $# = 0 ]; then if [ $# = 0 ]; then