docker compose setup (#162)

Co-authored-by: Kerem Yilmaz <kerem@skyvern.com>
This commit is contained in:
LawyZheng
2024-04-11 08:54:27 +08:00
committed by GitHub
parent 8c12e2bc20
commit c0b4510ba8
9 changed files with 211 additions and 0 deletions

7
entrypoint-streamlit.sh Normal file
View 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