PyxiLabs commited on
Commit
0c88b86
·
verified ·
1 Parent(s): ff12200

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ WORKDIR $HOME/app
11
 
12
  RUN ollama serve \
13
  & sleep 5 \
14
- && ollama pull Whyimhere/Pyx-r1-mini \
15
  && ollama pull reader-lm:0.5b \
16
  && ollama pull reader-lm:1.5b \
17
  && echo "Done. Stop Ollama..." \
 
11
 
12
  RUN ollama serve \
13
  & sleep 5 \
14
+ && ollama pull qwen2.5-coder:0.5b \
15
  && ollama pull reader-lm:0.5b \
16
  && ollama pull reader-lm:1.5b \
17
  && echo "Done. Stop Ollama..." \