tree3po commited on
Commit
a414e84
·
verified ·
1 Parent(s): 56466f6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,6 +19,6 @@ WORKDIR $HOME/app
19
 
20
  #RUN ollama serve & sleep 5 && ollama create llama -f Modelfile
21
 
22
- RUN ollama serve
23
 
24
  EXPOSE 11434
 
19
 
20
  #RUN ollama serve & sleep 5 && ollama create llama -f Modelfile
21
 
22
+ RUN ollama serve & sleep 5
23
 
24
  EXPOSE 11434