oilverse-api / render.yaml
孙家明
deploy: OilVerse for HuggingFace (Node.js 18 fix)
fab9847
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