zhengruifeng commented on code in PR #42210:
URL: https://github.com/apache/spark/pull/42210#discussion_r1278658512


##########
dev/infra/Dockerfile:
##########
@@ -71,4 +71,5 @@ RUN python3.9 -m pip install numpy pyarrow 'pandas<=2.0.3' 
scipy unittest-xml-re
 RUN python3.9 -m pip install grpcio protobuf googleapis-common-protos 
grpcio-status
 
 # Add torch as a testing dependency for TorchDistributor
-RUN python3.9 -m pip install torch torchvision torcheval
+RUN python3.9 -m pip install torch torchvision --index-url 
https://download.pytorch.org/whl/cpu
+RUN python3.9 -m pip install torcheval

Review Comment:
   on second thought, maybe we don't need to update `dev/requirements.txt`, 
since users may use it on a GPU cluster.



-- 
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]

Reply via email to