Skip to content

Commit 5501031

Browse files
authored
do not remove py3-pip after install python package, this would remove the reuired package six (#3127)
1 parent fc55dc4 commit 5501031

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/server/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ RUN python3 -m pip install --quiet /build/couler*.whl /build/fluid*.whl && \
3535
mv /build/sqlflowserver /build/sqlflow /build/step /usr/local/bin/ && \
3636
mkdir -p $SQLFLOW_PARSER_SERVER_LOADING_PATH && \
3737
mv /build/*.jar $SQLFLOW_PARSER_SERVER_LOADING_PATH && \
38-
apk del --purge py3-pip && \
3938
rm -rf /build
4039

4140
# Install kubectl for submitting argo workflow

0 commit comments

Comments
 (0)