Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -41,7 +41,7 @@ USER user
|
|
41 |
# This ensures cached models are stored in a writable directory and that Ollama is accessible within the container network. [1]
|
42 |
ENV HOME=/home/user
|
43 |
ENV PATH=/home/user/.local/bin:$PATH
|
44 |
-
ENV OLLAMA_HOST=
|
45 |
|
46 |
# Expose the port for the Gradio application.
|
47 |
EXPOSE 7860
|
|
|
41 |
# This ensures cached models are stored in a writable directory and that Ollama is accessible within the container network. [1]
|
42 |
ENV HOME=/home/user
|
43 |
ENV PATH=/home/user/.local/bin:$PATH
|
44 |
+
ENV OLLAMA_HOST=127.0.0.1
|
45 |
|
46 |
# Expose the port for the Gradio application.
|
47 |
EXPOSE 7860
|