Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -22,5 +22,4 @@ CMD ["ollama", "serve"]
|
|
22 |
ENV model=llama2
|
23 |
|
24 |
# Expose the server port
|
25 |
-
EXPOSE 7860
|
26 |
-
ENV OLLAMA_HOST 0.0.0.0
|
|
|
22 |
ENV model=llama2
|
23 |
|
24 |
# Expose the server port
|
25 |
+
EXPOSE 7860
|
|