Spaces:
raojl6
/
Sleeping

raojl6 commited on
Commit
eef8fa4
·
verified ·
1 Parent(s): e1d5ecf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y git
7
  RUN pip install --upgrade pip
8
 
9
  # 拉取仓库到 app 文件夹
10
- RUN git clone https://github.com/binary-husky/gpt_academic /app
11
 
12
  # 将 app 目录设置为当前目录
13
  WORKDIR /app
 
7
  RUN pip install --upgrade pip
8
 
9
  # 拉取仓库到 app 文件夹
10
+ RUN git clone https://github.com/arelice/gpt_academic /app
11
 
12
  # 将 app 目录设置为当前目录
13
  WORKDIR /app