Update Dockerfile
Browse files- 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
|