zhengr commited on
Commit
a32d09f
·
verified ·
1 Parent(s): 603a887

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN pip3 install litellm
9
  RUN pip3 install 'litellm[proxy]'
10
 
11
  # RUN ollama serve & sleep 5 && ollama run mistral:7b
12
- RUN ollama run mistral:7b
13
 
14
  #ENV SERVER_ROOT_PATH="/api"
15
 
 
9
  RUN pip3 install 'litellm[proxy]'
10
 
11
  # RUN ollama serve & sleep 5 && ollama run mistral:7b
12
+ RUN ollama serve
13
 
14
  #ENV SERVER_ROOT_PATH="/api"
15