SkyNetWalker commited on
Commit
fd22b6f
·
verified ·
1 Parent(s): 7d3a71f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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=0.0.0.0
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