Spaces:
Sleeping
Sleeping
File size: 248 Bytes
219bcf9 |
1 2 3 4 5 6 7 8 9 10 11 |
[build]
builder = "NIXPACKS"
buildCommand = "cd backend && pip install -r requirements.txt"
startCommand = "cd backend && uvicorn main:app --host 0.0.0.0 --port $PORT"
[env]
PYTHONUNBUFFERED = "1"
PIP_NO_CACHE_DIR = "1"
NIXPACKS_TIMEOUT = "1800"
|