Spaces:
Runtime error
Runtime error
Update entrypoint.sh
Browse files- entrypoint.sh +1 -0
entrypoint.sh
CHANGED
|
@@ -14,6 +14,7 @@ for m in "${MODELS[@]}"; do
|
|
| 14 |
# echo "Running $m"
|
| 15 |
# ollama run "$m"
|
| 16 |
# No need to sleep here unless you want to give some delay between each pull for some reason
|
|
|
|
| 17 |
done
|
| 18 |
|
| 19 |
# Keep the script running to prevent the container from exiting
|
|
|
|
| 14 |
# echo "Running $m"
|
| 15 |
# ollama run "$m"
|
| 16 |
# No need to sleep here unless you want to give some delay between each pull for some reason
|
| 17 |
+
python3 app.py
|
| 18 |
done
|
| 19 |
|
| 20 |
# Keep the script running to prevent the container from exiting
|