1 parent 6ad1a1b commit 063c8e9Copy full SHA for 063c8e9
1 file changed
render.yaml
@@ -3,7 +3,8 @@ services:
3
name: speaker-diarize
4
env: python
5
plan: free
6
- buildCommand: pip install -r requirements.txt
+ runtime: python
7
+ buildCommand: ./build.sh
8
startCommand: streamlit run app.py --server.port=10000 --server.enableCORS=false
9
envVars:
10
- key: PYTHON_VERSION
0 commit comments