Update Dockerfile
Browse files- 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
|