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
35.66k stars 4.37k forks source link

Suggestion: Dockerfile with uv. #4052

Open JonghoKim-Harry opened 1 week ago

JonghoKim-Harry commented 1 week ago

I couldn't build docker image using your Dockerfile. So I decided to fix it and suggest using uv.

I suggest use of uv in Dockerfile, because:

You can test with:

docker build . -t coqui
mkdir output
docker run -it -v ./output:/app/output coqui --text "Text for TTS" --out_path output/speech.wav
CLAassistant commented 1 week ago

CLA assistant check
All committers have signed the CLA.

eginhard commented 1 week ago

This repo is not maintained anymore. You can try our fork instead (also available with pip install coqui-tts). I've already switched the build there over to pyproject.toml and uv and also simplified the dependencies a lot. PRs are welcome there if you still encounter any issues.