Spaces:
Sleeping
Sleeping
File size: 282 Bytes
bbd5f9c | 1 2 3 4 5 6 7 8 9 10 11 12 13 | services:
- type: web
name: crop-yield-api
env: docker
dockerfilePath: ./Dockerfile
dockerContext: ./
plan: free
buildCommand: ""
startCommand: "uvicorn test_api:app --host 0.0.0.0 --port $PORT"
envVars:
- key: PYTHONPATH
value: /app
|