-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove ucx from wheel images #154
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are several build issues that look unrelated, perhaps rate-limit issues:
2 warnings found (use --debug to expand):
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 7)
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 9)
ERROR: toomanyrequests: Too Many Requests (HAP429).
Other than that LGTM, thanks @jameslamb !
I just triggered a re-run of the failing jobs, I strongly suspect that'll fix it. |
Indeed it fixed. Thanks James! |
For rapidsai/build-planning#57, #1041 switched `ucx-py` over to `libucx` wheels. To test that that was working, it added some code to building scripts to remove system installations of UCX libraries. That should no longer be necessary as of rapidsai/ci-imgs#154. This proposes removing that code for managing system dependencies of UCX libraries, to simplify those build scripts a bit. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Kyle Edwards (https://github.com/KyleFromNVIDIA) - Peter Andreas Entschev (https://github.com/pentschev) URL: #1053
For rapidsai/build-planning#57, #226 switched `ucxx` over to `libucx` wheels. To test that that was working, it added some code to building scripts to remove system installations of UCX libraries. That should no longer be necessary as of rapidsai/ci-imgs#154. This proposes removing that code for managing system dependencies of UCX libraries, to simplify those build scripts a bit. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Peter Andreas Entschev (https://github.com/pentschev) - Mike Sarahan (https://github.com/msarahan) URL: #241
As a result of rapidsai/build-planning#57, it should no longer be necessary to install openucx in the wheel images here.
Projects depending on UCX in their CI all now get it from either the
ucx
conda-forge package or thelibucx
wheels published from https://github.com/rapidsai/ucx-wheels.ref: #145 (comment)
This proposes removing UCX builds in the wheel images. Benefits of that:
ucx-py
anducxx
(e.g. Use UCX wheels ucxx#226 (comment))