Skip to content

Commit 9493eb8

Browse files
Fix Render: Use Python 3.12 and lightweight deps
1 parent 143ec88 commit 9493eb8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

render.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
services:
22
- type: web
33
name: lumiclaim-backend
4-
env: python
5-
buildCommand: pip install -r requirements.txt
4+
runtime: python
5+
pythonVersion: "3.12.0"
6+
buildCommand: pip install -r requirements-backend.txt
67
startCommand: uvicorn backend.main:app --host 0.0.0.0 --port $PORT
78
envVars:
89
- key: GEMINI_API_KEY

0 commit comments

Comments
 (0)