cacode commited on
Commit
9018ce7
1 Parent(s): bae99f4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /app
5
  # 更新软件包源,安装git,然后删除不再需要的包和缓存
6
  RUN apt-get update && \
7
  apt-get install -y git && \
8
- git clone https://github.com/LLM-Red-Team/qwen-free-api.git /app && \
9
  apt-get remove -y git && \
10
  apt-get autoremove -y
11
 
 
5
  # 更新软件包源,安装git,然后删除不再需要的包和缓存
6
  RUN apt-get update && \
7
  apt-get install -y git && \
8
+ git clone https://github.com/LLM-Red-Team/deepseek-free-api.git /app && \
9
  apt-get remove -y git && \
10
  apt-get autoremove -y
11