Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
FROM ollama/ollama:latest
|
2 |
|
3 |
-
|
|
|
|
|
4 |
|
5 |
|
6 |
# Expose port 8050
|
|
|
1 |
FROM ollama/ollama:latest
|
2 |
|
3 |
+
ENV OLLAMA_HOST=0.0.0.0
|
4 |
+
|
5 |
+
ENTRYPOINT ollama serve
|
6 |
|
7 |
|
8 |
# Expose port 8050
|