next-playground commited on
Commit
e2985e0
·
verified ·
1 Parent(s): 53d0b99

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ COPY . /tmp/app
10
  # 安装依赖
11
  RUN pip install --no-cache-dir gunicorn
12
  RUN pip install --no-cache-dir -r requirements.txt
 
13
 
14
  # 准备文件夹
15
  RUN mkdir separated
 
10
  # 安装依赖
11
  RUN pip install --no-cache-dir gunicorn
12
  RUN pip install --no-cache-dir -r requirements.txt
13
+ RUN pip install 'numpy==1.x'
14
 
15
  # 准备文件夹
16
  RUN mkdir separated