mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
18 lines
416 B
YAML
18 lines
416 B
YAML
services:
|
|
kokoro-tts:
|
|
build:
|
|
context: .
|
|
args:
|
|
- KOKORO_REPO=https://huggingface.co/hexgrad/Kokoro-82M
|
|
- KOKORO_COMMIT=a67f11354c3e38c58c3327498bc4bd1e57e71c50
|
|
volumes:
|
|
- ./api:/app/api
|
|
ports:
|
|
- "8880:8880"
|
|
deploy:
|
|
resources:
|
|
reservations:
|
|
devices:
|
|
- driver: nvidia
|
|
count: 1
|
|
capabilities: [gpu]
|