ruslanmv commited on
Commit
f9b0345
1 Parent(s): b9a5425

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +4 -0
entrypoint.sh CHANGED
@@ -16,5 +16,9 @@ for m in "${MODELS[@]}"; do
16
  sleep 5
17
  done
18
 
 
 
 
 
19
  # Keep the script running to prevent the container from exiting
20
  #wait
 
16
  sleep 5
17
  done
18
 
19
+
20
+ # Run the Python application
21
+ exec python ./run.py
22
+
23
  # Keep the script running to prevent the container from exiting
24
  #wait