cp
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,8 @@ RUN apt-get update && apt-get install -y \
|
|
| 15 |
git \
|
| 16 |
&& rm -rf /var/lib/apt/lists/*
|
| 17 |
|
| 18 |
-
RUN cat /proc/cpuinfo
|
|
|
|
| 19 |
|
| 20 |
# 复制依赖文件
|
| 21 |
COPY requirements.txt .
|
|
|
|
| 15 |
git \
|
| 16 |
&& rm -rf /var/lib/apt/lists/*
|
| 17 |
|
| 18 |
+
# RUN cat /proc/cpuinfo
|
| 19 |
+
RUN nproc
|
| 20 |
|
| 21 |
# 复制依赖文件
|
| 22 |
COPY requirements.txt .
|