We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9617e commit 67730d1Copy full SHA for 67730d1
Dockerfile
@@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y \
15
python3-dev \
16
&& apt-get clean \
17
&& pip install --no-cache-dir --upgrade pip \
18
- && pip install --no-cache-dir cython \
19
&& pip install --no-cache-dir -r requirements.txt
20
21
# 第二阶段:运行阶段
0 commit comments