kokoro / Dockerfile
harshvisualz's picture
Initial deployment using kokoro-fastapi-cpu:v0.2.1
7b3c4ef
Raw
History Blame Contribute Delete
208 Bytes
# Use the CPU-only image
FROM ghcr.io/remsky/kokoro-fastapi-cpu:v0.2.1
# IMPORTANT: Hugging Face requires port 7860
CMD ["python", "-m", "uvicorn", "api.src.main:app", "--host", "0.0.0.0", "--port", "7860"]