Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ RUN apt install curl -y
|
|
11 |
|
12 |
RUN bash -c "curl -fsSL https://ollama.com/install.sh | sh"
|
13 |
|
14 |
-
RUN OLLAMA_HOST=0.0.0.0:
|
15 |
# RUN ollama serve&
|
16 |
# RUN ollama pull mistral
|
17 |
# RUN ollama pull llama2
|
|
|
11 |
|
12 |
RUN bash -c "curl -fsSL https://ollama.com/install.sh | sh"
|
13 |
|
14 |
+
RUN OLLAMA_HOST=0.0.0.0:7860
|
15 |
# RUN ollama serve&
|
16 |
# RUN ollama pull mistral
|
17 |
# RUN ollama pull llama2
|