Spaces:
Runtime error
Runtime error
| # Use the official OneAPI image | |
| FROM justsong/one-api:latest | |
| # Expose the port Hugging Face expects | |
| EXPOSE 7860 | |
| # Set the port environment variable | |
| ENV PORT=7860 | |
| # Start OneAPI | |
| ENTRYPOINT ["/one-api"] |