|
3 | 3 | "context": "${localWorkspaceFolder}/.devcontainer", |
4 | 4 | "dockerfile": "${localWorkspaceFolder}/.devcontainer/Dockerfile", |
5 | 5 | "args": { |
6 | | - "CUDA": "13.0", |
| 6 | + "CUDA": "13.2", |
7 | 7 | "PYTHON_PACKAGE_MANAGER": "pip", |
8 | | - "BASE": "rapidsai/devcontainers:26.02-cpp-cuda13.0-ucx1.19.0-openmpi5.0.7" |
| 8 | + "BASE": "rapidsai/devcontainers:26.06-cpp-cuda13.2-ucx1.19.0-openmpi5.0.10" |
9 | 9 | } |
10 | 10 | }, |
11 | 11 | "runArgs": [ |
12 | 12 | "--rm", |
13 | 13 | "--name", |
14 | | - "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.02-cuda13.0-pip", |
| 14 | + "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.06-cuda13.2-pip", |
15 | 15 | "--ulimit", |
16 | 16 | "nofile=500000" |
17 | 17 | ], |
18 | 18 | "hostRequirements": {"gpu": "optional"}, |
19 | 19 | "features": { |
20 | | - "ghcr.io/rapidsai/devcontainers/features/cuda:26.2": { |
21 | | - "version": "13.0", |
| 20 | + "ghcr.io/rapidsai/devcontainers/features/cuda:26.6": { |
| 21 | + "version": "13.2", |
22 | 22 | "installcuBLAS": true, |
23 | 23 | "installcuSOLVER": true, |
24 | 24 | "installcuRAND": true, |
25 | 25 | "installcuSPARSE": true |
26 | 26 | }, |
27 | | - "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.2": {} |
| 27 | + "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.6": {} |
28 | 28 | }, |
29 | 29 | "overrideFeatureInstallOrder": [ |
30 | 30 | "ghcr.io/rapidsai/devcontainers/features/ucx", |
31 | 31 | "ghcr.io/rapidsai/devcontainers/features/cuda", |
32 | 32 | "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils" |
33 | 33 | ], |
34 | | - "initializeCommand": ["/bin/bash", "-c", "mkdir -m 0755 -p ${localWorkspaceFolder}/../.{aws,cache,config/pip,local/share/${localWorkspaceFolderBasename}-cuda13.0-venvs}"], |
| 34 | + "initializeCommand": ["/bin/bash", "-c", "mkdir -m 0755 -p ${localWorkspaceFolder}/../.{aws,cache,config/pip,local/share/${localWorkspaceFolderBasename}-cuda13.2-venvs}"], |
35 | 35 | "postAttachCommand": ["/bin/bash", "-c", "if [ ${CODESPACES:-false} = 'true' ]; then . devcontainer-utils-post-attach-command; . rapids-post-attach-command; fi"], |
36 | 36 | "workspaceFolder": "/home/coder", |
37 | 37 | "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/cuvs,type=bind,consistency=consistent", |
38 | 38 | "mounts": [ |
39 | 39 | "source=${localWorkspaceFolder}/../.aws,target=/home/coder/.aws,type=bind,consistency=consistent", |
40 | 40 | "source=${localWorkspaceFolder}/../.cache,target=/home/coder/.cache,type=bind,consistency=consistent", |
41 | 41 | "source=${localWorkspaceFolder}/../.config,target=/home/coder/.config,type=bind,consistency=consistent", |
42 | | - "source=${localWorkspaceFolder}/../.local/share/${localWorkspaceFolderBasename}-cuda13.0-venvs,target=/home/coder/.local/share/venvs,type=bind,consistency=consistent" |
| 42 | + "source=${localWorkspaceFolder}/../.local/share/${localWorkspaceFolderBasename}-cuda13.2-venvs,target=/home/coder/.local/share/venvs,type=bind,consistency=consistent" |
43 | 43 | ], |
44 | 44 | "customizations": { |
45 | 45 | "vscode": { |
|
0 commit comments