Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -16,7 +16,7 @@ sleep 1
|
|
| 16 |
# No need to sleep here unless you want to give some delay between each pull for some reason
|
| 17 |
#done
|
| 18 |
|
| 19 |
-
ollama run "${MODELS
|
| 20 |
|
| 21 |
# Keep the script running to prevent the container from exiting
|
| 22 |
#wait
|
|
|
|
| 16 |
# No need to sleep here unless you want to give some delay between each pull for some reason
|
| 17 |
#done
|
| 18 |
|
| 19 |
+
ollama run "${MODELS}" --keepalive -1s
|
| 20 |
|
| 21 |
# Keep the script running to prevent the container from exiting
|
| 22 |
#wait
|