ChandimaPrabath commited on
Commit
bb40b07
·
verified ·
1 Parent(s): 409a089

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,6 +16,6 @@ WORKDIR $HOME/app
16
 
17
  COPY --chown=user:user Modelfile $HOME/app/
18
 
19
- RUN ollama serve & sleep 5 && ollama pull qwen2:0.5b
20
 
21
  EXPOSE 11434
 
16
 
17
  COPY --chown=user:user Modelfile $HOME/app/
18
 
19
+ RUN ollama serve & sleep 5 && ollama pull llama3.2 && ollama pull llama3.2:1b && ollama pull granite3-moe && ollama pull granite3-moe:1b
20
 
21
  EXPOSE 11434