enemy7 commited on
Commit
b16db68
·
verified ·
1 Parent(s): 6ab1686

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ WORKDIR /
7
 
8
  RUN curl -fsSL https://ollama.com/install.sh | sh
9
 
 
10
  RUN ollama pull mistral
11
  RUN ollama pull llama2
12
  RUN ollama pull llava
 
7
 
8
  RUN curl -fsSL https://ollama.com/install.sh | sh
9
 
10
+ RUN systemctl start ollama.service
11
  RUN ollama pull mistral
12
  RUN ollama pull llama2
13
  RUN ollama pull llava