DIVYANSHI SINGH commited on
Commit
e13a4dc
·
1 Parent(s): fefccd8

Update render.yaml to enforce Free Tier and remove paid Persistent Disk

Browse files
Files changed (1) hide show
  1. render.yaml +1 -5
render.yaml CHANGED
@@ -4,11 +4,7 @@ services:
4
  env: python
5
  buildCommand: "pip install -r requirements.txt"
6
  startCommand: "streamlit run app.py --server.port $PORT --server.address 0.0.0.0"
7
- plan: starter # Starter plan is recommended for PyTorch/EasyOCR RAM usage.
8
  envVars:
9
  - key: PYTHON_VERSION
10
  value: 3.10.12
11
- disk:
12
- name: sqlite-data
13
- mountPath: /data
14
- sizeGB: 1
 
4
  env: python
5
  buildCommand: "pip install -r requirements.txt"
6
  startCommand: "streamlit run app.py --server.port $PORT --server.address 0.0.0.0"
7
+ plan: free
8
  envVars:
9
  - key: PYTHON_VERSION
10
  value: 3.10.12