You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once rapidsai/build-planning#33 is complete, we will have a new set of wheels that change some of the requirements of our CI images. This issue is to keep track of such changes as we discover them so that we can make them all at the end.
We will no longer need to install UCX into the images since UCX will be available as a wheel.
We will need to install the wheel Python package in addition to auditwheel because for the header-only C++ libraries the wheels won't contain any binaries, so auditwheel will be a no-op (auditwheel repair will not retag wheels that have no binaries to repair).
The text was updated successfully, but these errors were encountered:
@vyasr Is there still work needed here? It seems like we have shipped librmm and libcudf wheels already so I am questioning what actions are needed, if any.
We need to add wheel to the list of dependencies to install here. After that, I'm happy to close this issue and track other changes in one-off issues if you'd prefer.
Once rapidsai/build-planning#33 is complete, we will have a new set of wheels that change some of the requirements of our CI images. This issue is to keep track of such changes as we discover them so that we can make them all at the end.
auditwheel repair
will not retag wheels that have no binaries to repair).The text was updated successfully, but these errors were encountered: