Update Dockerfile
Browse files- Dockerfile +9 -8
Dockerfile
CHANGED
@@ -11,14 +11,15 @@ RUN apt install curl -y
|
|
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
|
18 |
-
RUN ollama pull all-minilm
|
19 |
-
RUN ollama pull nomic-embed-text
|
20 |
-
RUN ollama pull mxbai-embed-large
|
21 |
-
|
22 |
RUN OLLAMA_HOST=0.0.0.0:2563
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
CMD ["ollama", "serve" ]
|
|
|
11 |
|
12 |
RUN bash -c "curl -fsSL https://ollama.com/install.sh | sh"
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
RUN OLLAMA_HOST=0.0.0.0:2563
|
15 |
+
# RUN ollama serve&
|
16 |
+
# RUN ollama pull mistral
|
17 |
+
# RUN ollama pull llama2
|
18 |
+
# RUN ollama pull llava
|
19 |
+
# RUN ollama pull all-minilm
|
20 |
+
# RUN ollama pull nomic-embed-text
|
21 |
+
# RUN ollama pull mxbai-embed-large
|
22 |
+
|
23 |
+
|
24 |
|
25 |
CMD ["ollama", "serve" ]
|