zhenlineo commented on code in PR #40745: URL: https://github.com/apache/spark/pull/40745#discussion_r1164456586
########## dev/infra/Dockerfile: ########## @@ -72,3 +72,5 @@ RUN python3.9 -m pip install grpcio protobuf googleapis-common-protos grpcio-sta # Add torch as a testing dependency for TorchDistributor RUN python3.9 -m pip install torch torchvision + +RUN export TERM=vt100 && script -qfc 'echo exit | amm -s' && rm typescript Review Comment: Not sure if this line is needed -- 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]
