sv-task / start.sh
lamossta's picture
env config files
4820148
raw
history blame contribute delete
222 Bytes
#!/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