redfernstech commited on
Commit
6fc1da8
·
verified ·
1 Parent(s): e84c241

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -21,5 +21,5 @@ for m in "${MODELS[@]}"; do
21
  sleep 5 # Optional: Delay between starting each model
22
  done
23
 
24
- # Keep the script running to prevent the container from exiting
25
  wait
 
21
  sleep 5 # Optional: Delay between starting each model
22
  done
23
 
24
+ # Keep the script running to prevent the container from exitinga
25
  wait