Skip to content

Commit 67730d1

Browse files
authored
Update Dockerfile
1 parent bb9617e commit 67730d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y \
1515
python3-dev \
1616
&& apt-get clean \
1717
&& pip install --no-cache-dir --upgrade pip \
18-
&& pip install --no-cache-dir cython \
1918
&& pip install --no-cache-dir -r requirements.txt
2019

2120
# 第二阶段:运行阶段

0 commit comments

Comments
 (0)