coqui-ai / TTS

🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
http://coqui.ai
Mozilla Public License 2.0
31.64k stars 3.78k forks source link

[Bug] Anyway to run this as docker-compose ? #3745

Open PeterTucker opened 1 month ago

PeterTucker commented 1 month ago

Describe the bug

Anyway to run this as docker-compose ?

To Reproduce

docker-compose up

Expected behavior

N/A

Logs

N/A

Environment

N/A

Additional context

N/A

Xav-v commented 1 month ago

Here is the docker-compose I use, after cloning this repo.

services:
  coqui:
    container_name: coqui
    image: ghcr.io/coqui-ai/tts
    build:
      context: ./TTS
    ports:
      - 5002:5002
    entrypoint: ["python3", "TTS/server/server.py", "--model_name", "tts_models/multilingual/multi-dataset/xtts_v2"]
    volumes:
      - ./tts:/root/.local/share
PeterTucker commented 1 month ago

Thanks!

stale[bot] commented 4 hours ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.