AshrafGalibSk's picture
Upload folder using huggingface_hub
bbd5f9c verified
Raw
History Blame Contribute Delete
282 Bytes
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