docker compose setup (#162)
Co-authored-by: Kerem Yilmaz <kerem@skyvern.com>
This commit is contained in:
7
entrypoint-streamlit.sh
Normal file
7
entrypoint-streamlit.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
# Run the command and pass in all three arguments
|
||||
streamlit run streamlit_app/visualizer/streamlit.py --server.port 8501
|
||||
Reference in New Issue
Block a user