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