ChandimaPrabath commited on
Commit
2fb3a13
1 Parent(s): b24dc4d

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -2
entrypoint.sh CHANGED
@@ -12,5 +12,5 @@ ollama pull llama3.2:1b
12
  ollama pull granite3-moe
13
  ollama pull granite3-moe:1b
14
 
15
- # Bring the Ollama server to the foreground
16
- fg %1
 
12
  ollama pull granite3-moe
13
  ollama pull granite3-moe:1b
14
 
15
+ # Keep the container running
16
+ tail -f /dev/null