tortoise-tts/bin/docker-remove.sh
2024-08-03 23:50:20 +00:00

9 lines
240 B
Bash

# optionally: --gpus all
docker run \
-e TORTOISE_MODELS_DIR=/models \
-v ./data/models:/models \
-v ./data/results:/results \
-v ./data/.cache/huggingface:/root/.cache/huggingface \
-v /root:/work \
--name tts-app \
-it tts