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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +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
- RUN pip install 'numpy==1.x'
14
 
15
  # 准备文件夹
16
  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.26.4'
14
 
15
  # 准备文件夹
16
  RUN mkdir separated