Docker Deployment
Deploy VieNeu-TTS without manual environment setup.
Requirements
- Docker
- NVIDIA Container Toolkit (GPU support)
Docker Compose
# GPU mode
docker compose -f docker/docker-compose.yml --profile gpu up
Custom Docker Run
docker run --gpus all -p 7860:7860 pnnbao/vieneu-tts:latest
Access the Web UI at http://localhost:7860.
note
Docker deployment currently supports GPU only. For CPU, install from source.