File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "shutdownAction" : " stopContainer" ,
3- "image" : " rapidsai/devcontainers:25.12-cpp-gcc13-cuda13.0ext -ubuntu24.04" ,
3+ "image" : " rapidsai/devcontainers:25.12-cpp-gcc13-cuda13.0 -ubuntu24.04" ,
44 "hostRequirements" : {
55 "gpu" : true
66 },
Original file line number Diff line number Diff line change 11{
22 "shutdownAction" : " stopContainer" ,
3- "image" : " rapidsai/devcontainers:25.12-cpp-gcc13-cuda13.0ext -ubuntu24.04" ,
3+ "image" : " rapidsai/devcontainers:25.12-cpp-gcc13-cuda13.0 -ubuntu24.04" ,
44 "hostRequirements" : {
55 "gpu" : true
66 },
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ update_devcontainer() {
4545 local devcontainer_version=" $8 "
4646
4747 local IMAGE_ROOT=" rapidsai/devcontainers:${devcontainer_version} -cpp-"
48- # Add 'ext' suffix for CUDA 13.0 images
48+ # Add 'ext' suffix only for LLVM compilers with CUDA 13.0
4949 local cuda_suffix=" "
50- if [[ " $cuda_version " == " 13.0" ]]; then
50+ if [[ " $cuda_version " == " 13.0" && " $compiler_name " == " llvm " ]]; then
5151 cuda_suffix=" ext"
5252 fi
5353 local image=" ${IMAGE_ROOT}${compiler_name}${compiler_version} -cuda${cuda_version}${cuda_suffix} -${os} "
You can’t perform that action at this time.
0 commit comments