Skip to content

Commit

Permalink
Specify use_cuda_wheels=false in matrix entry (#382)
Browse files Browse the repository at this point in the history
With packages depending on CUDA wheels by default, we want to disable
that behavior in devcontainers. Add a `use_cuda_wheels=false` matrix
entry.

Contributes to rapidsai/build-planning#35
  • Loading branch information
KyleFromNVIDIA committed Aug 21, 2024
1 parent 1d4d433 commit b0c46c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion features/src/rapids-build-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "NVIDIA RAPIDS devcontainer build utilities",
"id": "rapids-build-utils",
"version": "24.10.5",
"version": "24.10.6",
"description": "A feature to install the RAPIDS devcontainer build utilities",
"containerEnv": {
"BASH_ENV": "/etc/bash.bash_env"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ make_pip_dependencies() {
cuda="${cuda_version}"
cuda_suffixed=true
py="${python_version}"
use_cuda_wheels=false
);

# add extra arguments (if there are conflicts, e.g. 'py=3.10;py=3.11', it's fine... the last one will win)
Expand Down

0 comments on commit b0c46c7

Please sign in to comment.