Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
victor
/
omni-docker
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5f34e64
omni-docker
/
start.sh
victor
HF Staff
feat: Run server and Streamlit app in Docker container
5f34e64
9 months ago
raw
Copy download link
history
blame
Safe
117 Bytes
#!/bin/bash
python3 server.py --ip
'0.0.0.0'
--port 60808 &
streamlit run webui/omni_streamlit.py --server.port 7860