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