Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SorbonneUniversity
/
SorboBot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1b91870
SorboBot
/
execution.sh
leo-bourrel
!feat: Import new sorbobot version
68a9b68
about 1 year ago
raw
Copy download link
history
blame
Safe
166 Bytes
#!/usr/bin/env bash
bash /usr/local/bin/docker-entrypoint.sh
"
$@
"
&
postgres &
sleep
2
streamlit run sorbobotapp/app.py --server.port=7860 --server.address=0.0.0.0