zhengr commited on
Commit
25ee359
·
verified ·
1 Parent(s): cb0561c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ FROM python:3.11.8-slim
6
  #RUN apt update && apt install -y python3 && apt install -y python3-pip
7
 
8
  # 安装 litellm 和 litellm[proxy],指定豆瓣镜像源
9
- #RUN pip3 install litellm
10
  RUN pip3 install 'litellm[proxy]'
11
 
12
  # Create a directory for Ollama data
 
6
  #RUN apt update && apt install -y python3 && apt install -y python3-pip
7
 
8
  # 安装 litellm 和 litellm[proxy],指定豆瓣镜像源
9
+ RUN pip3 install litellm
10
  RUN pip3 install 'litellm[proxy]'
11
 
12
  # Create a directory for Ollama data