Spaces:
Build error
Build error
| services: | |
| - type: web | |
| name: oilverse-api | |
| runtime: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: uvicorn api_server:app --host 0.0.0.0 --port $PORT | |
| envVars: | |
| - key: PYTHONUTF8 | |
| value: 1 | |
| - key: PYTHON_VERSION | |
| value: 3.10.0 | |