mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00

-Removed output directory, and update configuration settings - Added benchmarking for entire novel
19 lines
422 B
YAML
19 lines
422 B
YAML
services:
|
|
kokoro-tts:
|
|
build:
|
|
context: .
|
|
volumes:
|
|
- ./api/src:/app/api/src
|
|
- ./Kokoro-82M:/app/Kokoro-82M
|
|
- ./api/src/output:/app/api/src/output
|
|
ports:
|
|
- "8880:8880"
|
|
environment:
|
|
- PYTHONPATH=/app:/app/Kokoro-82M
|
|
deploy:
|
|
resources:
|
|
reservations:
|
|
devices:
|
|
- driver: nvidia
|
|
count: 1
|
|
capabilities: [gpu]
|