holy-script commited on
Commit
21e1e06
·
verified ·
1 Parent(s): b16268f

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +3 -3
entrypoint.sh CHANGED
@@ -18,9 +18,9 @@ for m in "${MODELS[@]}"; do
18
  sleep 5
19
  done
20
 
21
- # Start the Streamlit app on port 8501
22
- echo "Starting Streamlit app on port 8501..."
23
- streamlit run /app.py --server.port 8501 --server.address 0.0.0.0 &
24
 
25
  # Keep the container running
26
  wait
 
18
  sleep 5
19
  done
20
 
21
+ # # Start the Streamlit app on port 8501
22
+ # echo "Starting Streamlit app on port 8501..."
23
+ # streamlit run /app.py --server.port 8501 --server.address 0.0.0.0 &
24
 
25
  # Keep the container running
26
  wait