enemy7 commited on
Commit
97940d3
·
verified ·
1 Parent(s): 628c1a3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,6 +11,7 @@ RUN apt install curl -y
11
 
12
  RUN bash -c "curl -fsSL https://ollama.com/install.sh | sh"
13
 
 
14
  RUN ollama pull mistral
15
  RUN ollama pull llama2
16
  RUN ollama pull llava
 
11
 
12
  RUN bash -c "curl -fsSL https://ollama.com/install.sh | sh"
13
 
14
+ RUN ollama serve
15
  RUN ollama pull mistral
16
  RUN ollama pull llama2
17
  RUN ollama pull llava