gaogaotiantian commented on code in PR #58060: URL: https://github.com/apache/spark/pull/58060#discussion_r3801873013
########## dev/spark-test-image/python-minimum/Dockerfile: ########## @@ -64,8 +64,9 @@ ENV VIRTUAL_ENV=/opt/spark-venv RUN python3.11 -m venv $VIRTUAL_ENV ENV PATH="$VIRTUAL_ENV/bin:$PATH" -ARG BASIC_PIP_PKGS="numpy==1.23.2 pyarrow==18.0.0 pandas==2.2.0 six==1.16.0 scipy scikit-learn coverage unittest-xml-reporting psutil" -ARG CONNECT_PIP_PKGS="grpcio==1.76.0 grpcio-status==1.76.0 googleapis-common-protos==1.71.0 zstandard==0.25.0 graphviz==0.20 protobuf==6.33.5" +COPY --from=root pyproject.toml ./pyproject.toml Review Comment: Ah, thank you for noticing this. That's why I did it slowly :) I'll fix this PR and patch the others. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
