File size: 222 Bytes
4820148
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
set -e

make hf-download-all

uvicorn app:app --host 0.0.0.0 --port 8000 &

streamlit run main.py --server.port 8501 --server.address 0.0.0.0 --server.headless true &

nginx -g "daemon off;" -c /app/nginx.conf