video-dubbing / TTS /recipes /bel-alex73 /docker-prepare-start.sh
artificialguybr's picture
Upload 659 files
46a75d7
raw
history blame contribute delete
No virus
460 Bytes
#!/bin/bash
set -x
cd $( dirname -- "$0"; )
cp ../../requirements*.txt docker-prepare/
docker build -t tts-learn -f docker-prepare/Dockerfile docker-prepare/
mkdir -p ../../../storage
docker run --rm -it \
-p 2525:2525 \
--shm-size=256M \
--name tts-learn-run \
-v $(pwd)/../../:/a/TTS \
-v $(pwd)/../../../cv-corpus:/a/cv-corpus \
-v $(pwd)/../../../fanetyka/:/a/fanetyka/ \
-v $(pwd)/../../../storage:/storage \
tts-learn