enemy7 commited on
Commit
ce03f2f
·
verified ·
1 Parent(s): 97940d3

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 serve
15
  RUN ollama pull mistral
16
  RUN ollama pull llama2
17
  RUN ollama pull llava
 
11
 
12
  RUN bash -c "curl -fsSL https://ollama.com/install.sh | sh"
13
 
14
+ RUN ollama serve&
15
  RUN ollama pull mistral
16
  RUN ollama pull llama2
17
  RUN ollama pull llava