enemy7 commited on
Commit
95298c2
·
verified ·
1 Parent(s): 4bc7215

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt install curl -y
11
 
12
  RUN bash -c "curl -fsSL https://ollama.com/install.sh | sh"
13
 
14
- RUN OLLAMA_HOST=0.0.0.0:2563
15
  # RUN ollama serve&
16
  # RUN ollama pull mistral
17
  # RUN ollama pull llama2
 
11
 
12
  RUN bash -c "curl -fsSL https://ollama.com/install.sh | sh"
13
 
14
+ RUN OLLAMA_HOST=0.0.0.0:7860
15
  # RUN ollama serve&
16
  # RUN ollama pull mistral
17
  # RUN ollama pull llama2