Skip to content

Commit 063c8e9

Browse files
committed
another one aiit
1 parent 6ad1a1b commit 063c8e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

render.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ services:
33
name: speaker-diarize
44
env: python
55
plan: free
6-
buildCommand: pip install -r requirements.txt
6+
runtime: python
7+
buildCommand: ./build.sh
78
startCommand: streamlit run app.py --server.port=10000 --server.enableCORS=false
89
envVars:
910
- key: PYTHON_VERSION

0 commit comments

Comments
 (0)