-
-
Notifications
You must be signed in to change notification settings - Fork 174
Setup DockerCompose
remsky edited this page Feb 2, 2025
·
1 revision
- Install prerequisites, and start the service using Docker Compose (Full setup including UI):
- Install Docker
- Clone the repository:
git clone https://github.com/remsky/Kokoro-FastAPI.git cd Kokoro-FastAPI cd docker/gpu # OR # cd docker/cpu # Run this or the above docker compose up --build # if you are missing any models, run: # python ../scripts/download_model.py --type pth # for GPU # python ../scripts/download_model.py --type onnx # for CPU
See sidebar for pages