Spaces:
Sleeping
Sleeping
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. |