myyim commited on
Commit
fa6259b
·
verified ·
1 Parent(s): 58c6a01

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -12,7 +12,7 @@ done
12
  # Pull the model
13
  echo "Pulling the model..."
14
  ollama pull nomic-embed-text
15
- ollama pull all-minilm
16
 
17
  # Keep the container running
18
  wait
 
12
  # Pull the model
13
  echo "Pulling the model..."
14
  ollama pull nomic-embed-text
15
+ ollama pull gemma3:4b
16
 
17
  # Keep the container running
18
  wait