HyukjinKwon commented on code in PR #49107:
URL: https://github.com/apache/spark/pull/49107#discussion_r1881341640
##########
resource-managers/kubernetes/docker/src/main/dockerfiles/spark/bindings/python/Dockerfile:
##########
@@ -32,6 +32,7 @@ RUN mkdir ${SPARK_HOME}/python
RUN apt-get update && \
apt install -y python3 python3-pip && \
pip3 install --upgrade pip setuptools && \
+ pip3 install 'numpy>=1.20.0' pyarrow pandas scipy unittest-xml-reporting
'lxml==4.9.4' 'grpcio==1.67.0' 'grpcio-status==1.67.0' 'protobuf==5.28.3' && \
Review Comment:
@dongjoon-hyun I think I need this dependencies for testing ... should I
create a new Dockerfile? or is it fine to just put it here?
--
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]