Spaces:
Sleeping
Sleeping
File size: 426 Bytes
1beae32 ee4e05f 1beae32 8e01677 1beae32 |
1 2 3 4 5 6 7 8 |
FROM ghcr.io/remsky/kokoro-fastapi-cpu:v0.2.2
# EXPOSE 8880
# The base image likely already has the necessary command to run the application.
# If you need to override it, you can add a CMD instruction here.
# For example, based on common FastAPI setups, it might be:
CMD ["uvicorn", "api.src.main:app", "--host", "0.0.0.0", "--port", "7860"]
# However, it's recommended to rely on the base image's configuration if possible. |