File size: 385 Bytes
00ac9b2
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
runtime: custom
env: flex
# entrypoint: find ${VIRTUAL_ENV}/lib/python3.9/site-packages/streamlit -type f \( -iname \*.py -o -iname \*.js \) -print0 | xargs -0 sed -i 's/healthz/health-check/g' && streamlit run sim_v3.py --server.port $PORT --server.enableCORS=false

# runtime_config:
#   python_version: 3
#
# manual_scaling:
#   instances: 1
#
# network:
#   session_affinity: true