mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-03-11 18:08:48 +03:00
WIP: docker
This commit is contained in:
parent
b02dc92633
commit
afe9bf6dd6
@ -34,7 +34,7 @@ RUN python3 setup.py build_ext --inplace
|
||||
WORKDIR /
|
||||
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
|
||||
|
||||
|
||||
#########
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
DOCKER_IMAGE=dannadori/voice-changer:20230114_072703
|
||||
DOCKER_IMAGE=dannadori/voice-changer:20230114_185803
|
||||
# DOCKER_IMAGE=voice-changer
|
||||
|
||||
if [ $# = 0 ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user