ChandimaPrabath commited on
Commit
01330e7
·
verified ·
1 Parent(s): e42b782

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +5 -4
entrypoint.sh CHANGED
@@ -7,10 +7,11 @@ ollama serve &
7
  sleep 5
8
 
9
  # Pull the necessary models
10
- ollama pull deepseek-r1:1.5b
11
- ollama pull llama3.2:1b
12
- #ollama pull granite3-moe
13
- #ollama pull granite3-moe:1b
 
14
 
15
  # Keep the container running
16
  tail -f /dev/null
 
7
  sleep 5
8
 
9
  # Pull the necessary models
10
+ #ollama pull deepseek-r1:1.5b
11
+ #ollama pull llama3.2:1b
12
+ ollama pull granite-embedding
13
+ ollama pull granite3-moe
14
+ ollama pull granite3-moe:3b
15
 
16
  # Keep the container running
17
  tail -f /dev/null