mirror of
https://github.com/neonbjb/tortoise-tts.git
synced 2026-02-06 07:44:14 +01:00
9 lines
240 B
Bash
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 |