Skip to main content

Docker Deployment

Requirements

Docker Compose

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.