Yaya86 commited on
Commit
57f88c4
·
verified ·
1 Parent(s): 76798e6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN mkdir -p /.ollama && chmod 777 /.ollama
24
 
25
  #WORKDIR /.ollama
26
 
27
- CMD ollama serve & ollama pull mistral
28
  #
29
 
30
  # Copy the entry point script
 
24
 
25
  #WORKDIR /.ollama
26
 
27
+ CMD ollama serve && ollama pull mistral
28
  #
29
 
30
  # Copy the entry point script