Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prefer system installs of UCX libraries when using RAPIDS wheels (#421)
Contributes to rapidsai/build-planning#118 Should only be merged if / after we merge rapidsai/ucx-wheels#13. That PR switches `libucx` wheels' loading behavior, such that `libucx.load_library()` (which `ucx-py` and `libucxx` call at import time) prefers the `libuc{m,p,s}.so` provided by the `libucx` wheels. rapidsai/ucx-wheels#13 introduces an environment variable to control that... this proposes setting that, to continue preferring system-installed UCX libraries in devcontainers. --------- Co-authored-by: Vyas Ramasubramani <[email protected]>
- Loading branch information