leonsimon23 commited on
Commit
78d9583
·
verified ·
1 Parent(s): 4612efc

Update Dockerfile

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