tang-x commited on
Commit
3d13ba7
·
verified ·
1 Parent(s): 82d169a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -10,6 +10,9 @@ RUN git clone https://github.com/wfcz10086/AI-automatically-generates-novels.git
10
  # 安装依赖
11
  RUN pip install -r requirements.txt
12
 
 
 
 
13
  # 暴露端口
14
  EXPOSE 7860
15
 
 
10
  # 安装依赖
11
  RUN pip install -r requirements.txt
12
 
13
+ # 确保安装Flask
14
+ RUN pip install flask
15
+
16
  # 暴露端口
17
  EXPOSE 7860
18