Skip to content

Commit

Permalink
prefer system installs of UCX libraries when using RAPIDS wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 15, 2024
1 parent 7b72a8d commit 5dc6e95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions features/src/rapids-build-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "NVIDIA RAPIDS devcontainer build utilities",
"id": "rapids-build-utils",
"version": "24.12.3",
"version": "24.12.4",
"description": "A feature to install the RAPIDS devcontainer build utilities",
"containerEnv": {
"BASH_ENV": "/etc/bash.bash_env"
"BASH_ENV": "/etc/bash.bash_env",
"RAPIDS_LIBUCX_PREFER_SYSTEM_LIBRARY": "true"
},
"postStartCommand": [
"/bin/bash",
Expand Down

0 comments on commit 5dc6e95

Please sign in to comment.