ykl45 commited on
Commit
9437ac7
·
verified ·
1 Parent(s): c6195a5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # 使用官方 Python 运行时作为父镜像
2
  FROM python:3.9
3
  RUN apt install git
4
- RUN git clone https://github.com/snailyp/aichats-reverse.git app
5
  WORKDIR app
6
  # 安装依赖
7
  RUN pip install --no-cache-dir -r requirements.txt
 
1
  # 使用官方 Python 运行时作为父镜像
2
  FROM python:3.9
3
  RUN apt install git
4
+ RUN git clone https://github.com/renqabs/aichats-reverse.git app
5
  WORKDIR app
6
  # 安装依赖
7
  RUN pip install --no-cache-dir -r requirements.txt