WIP: docker

This commit is contained in:
wataru 2023-01-14 19:00:43 +09:00
parent b02dc92633
commit afe9bf6dd6
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.3 RUN git clone --depth 1 https://github.com/w-okada/voice-changer.git
######### #########

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -eu set -eu
DOCKER_IMAGE=dannadori/voice-changer:20230114_072703 DOCKER_IMAGE=dannadori/voice-changer:20230114_185803
# DOCKER_IMAGE=voice-changer # DOCKER_IMAGE=voice-changer
if [ $# = 0 ]; then if [ $# = 0 ]; then