Skip to content

Commit b0c46c7

Browse files
Specify use_cuda_wheels=false in matrix entry (#382)
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
1 parent 1d4d433 commit b0c46c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

features/src/rapids-build-utils/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "NVIDIA RAPIDS devcontainer build utilities",
33
"id": "rapids-build-utils",
4-
"version": "24.10.5",
4+
"version": "24.10.6",
55
"description": "A feature to install the RAPIDS devcontainer build utilities",
66
"containerEnv": {
77
"BASH_ENV": "/etc/bash.bash_env"

features/src/rapids-build-utils/opt/rapids-build-utils/bin/make-pip-dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ make_pip_dependencies() {
7979
cuda="${cuda_version}"
8080
cuda_suffixed=true
8181
py="${python_version}"
82+
use_cuda_wheels=false
8283
);
8384

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

0 commit comments

Comments
 (0)