Spaces:
Running
Running
johnpaulbin
commited on
Commit
•
b15850c
1
Parent(s):
dc35c25
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -7,6 +7,8 @@ RUN apt-get update && apt-get install -y \
|
|
7 |
gnupg \
|
8 |
wget
|
9 |
|
|
|
|
|
10 |
# Install application
|
11 |
RUN curl https://ollama.ai/install.sh | sh
|
12 |
|
|
|
7 |
gnupg \
|
8 |
wget
|
9 |
|
10 |
+
ENV OLLAMA_HOST=0.0.0.0
|
11 |
+
|
12 |
# Install application
|
13 |
RUN curl https://ollama.ai/install.sh | sh
|
14 |
|