zhengr commited on
Commit
8908f60
·
verified ·
1 Parent(s): 670895b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -41,9 +41,6 @@ FROM ollama/ollama:latest
41
 
42
  RUN apt update && apt install -y python3 && apt install -y python3-pip
43
 
44
- RUN pip install litellm
45
- RUN pip install 'litellm[proxy]'
46
-
47
  # Create a directory for Ollama data
48
  RUN mkdir -p /.ollama
49
  RUN chmod -R 777 /.ollama
 
41
 
42
  RUN apt update && apt install -y python3 && apt install -y python3-pip
43
 
 
 
 
44
  # Create a directory for Ollama data
45
  RUN mkdir -p /.ollama
46
  RUN chmod -R 777 /.ollama