Spaces:
Sleeping
Sleeping
barisaydin
commited on
Commit
•
d0315f7
1
Parent(s):
7f6ec81
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -11,8 +11,7 @@ RUN apt-get update && \
|
|
11 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
12 |
|
13 |
# Set the Ollama host environment variable
|
14 |
-
|
15 |
-
ENV OLLAMA_HOST=127.0.0.1
|
16 |
|
17 |
# Create the Ollama directory and set permissions
|
18 |
RUN mkdir -p /.ollama && chmod 777 /.ollama
|
|
|
11 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
12 |
|
13 |
# Set the Ollama host environment variable
|
14 |
+
ENV OLLAMA_HOST=0.0.0.0
|
|
|
15 |
|
16 |
# Create the Ollama directory and set permissions
|
17 |
RUN mkdir -p /.ollama && chmod 777 /.ollama
|