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