Spaces:
Build error
Build error
Update entrypoint.sh
Browse files- 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
|
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
|