zhengruifeng opened a new pull request, #44107:
URL: https://github.com/apache/spark/pull/44107

   ### What changes were proposed in this pull request?
   re-org the testing dockerfile:
   1, move R package installation before the python part;
   2, combine pip install commands to make sure no conflict (except the 
torch-related pkgs, since we can not specify the `--index-url` to a subset of 
pkgs in single pip command):
   ```
   RUN python3.9 -m pip install pkg-a==x
   RUN python3.9 -m pip install pkg-b==y
   ```
   pkg-b installation can potentially overwrite pkg-a with another verion
   
   
   ### Why are the changes needed?
   to make sure no conflict
   
   
   ### Does this PR introduce _any_ user-facing change?
   no, test-only
   
   
   ### How was this patch tested?
   ci
   
   ### Was this patch authored or co-authored using generative AI tooling?
   no


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