Spaces:
Runtime error
Runtime error
| FROM calciumion/new-api:latest | |
| # Hugging Face requires port 7860 | |
| ENV PORT=7860 | |
| EXPOSE 7860 | |
| # The executable in this image is named new-api | |
| ENTRYPOINT ["/new-api"] |
| FROM calciumion/new-api:latest | |
| # Hugging Face requires port 7860 | |
| ENV PORT=7860 | |
| EXPOSE 7860 | |
| # The executable in this image is named new-api | |
| ENTRYPOINT ["/new-api"] |