YussefGAFeer commited on
Commit
f42011e
·
verified ·
1 Parent(s): 76d01b0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -33,6 +33,9 @@ RUN chmod +x /entrypoint.sh
33
  ENTRYPOINT ["/entrypoint.sh"]
34
  CMD ["ollama", "serve"]
35
 
 
 
 
36
  # Set the model as an environment variable (this can be overridden)
37
  ENV model=${model}
38
 
 
33
  ENTRYPOINT ["/entrypoint.sh"]
34
  CMD ["ollama", "serve"]
35
 
36
+ RUN ollama pull deepseek-r1:8b
37
+ RUN ollama list
38
+
39
  # Set the model as an environment variable (this can be overridden)
40
  ENV model=${model}
41