|
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.08-cpp-cuda13.2-ucx1.19.0-openmpi5.0.10" |
| 8 | + "BASE": "rapidsai/devcontainers:26.08-cpp-cuda13.3-ucx1.19.0-openmpi5.0.10" |
9 | 9 | }, |
10 | 10 | "cacheFrom": [ |
11 | | - "ghcr.io/rapidsai/cuvs/devcontainer:26.08-cuda13.2-pip" |
| 11 | + "ghcr.io/rapidsai/cuvs/devcontainer:26.08-cuda13.3-pip" |
12 | 12 | ] |
13 | 13 | }, |
14 | 14 | "runArgs": [ |
15 | 15 | "--rm", |
16 | 16 | "--name", |
17 | | - "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.08-cuda13.2-pip", |
| 17 | + "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.08-cuda13.3-pip", |
18 | 18 | "--ulimit", |
19 | 19 | "nofile=500000" |
20 | 20 | ], |
21 | 21 | "hostRequirements": {"gpu": "optional"}, |
22 | 22 | "features": { |
23 | 23 | "ghcr.io/rapidsai/devcontainers/features/cuda:26.8": { |
24 | | - "version": "13.2", |
| 24 | + "version": "13.3", |
25 | 25 | "installcuBLAS": true, |
26 | 26 | "installcuSOLVER": true, |
27 | 27 | "installcuRAND": true, |
|
34 | 34 | "ghcr.io/rapidsai/devcontainers/features/cuda", |
35 | 35 | "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils" |
36 | 36 | ], |
37 | | - "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}"], |
38 | 38 | "postAttachCommand": ["/bin/bash", "-c", "if [ ${CODESPACES:-false} = 'true' ]; then . devcontainer-utils-post-attach-command; . rapids-post-attach-command; fi"], |
39 | 39 | "workspaceFolder": "/home/coder", |
40 | 40 | "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/cuvs,type=bind,consistency=consistent", |
41 | 41 | "mounts": [ |
42 | 42 | "source=${localWorkspaceFolder}/../.aws,target=/home/coder/.aws,type=bind,consistency=consistent", |
43 | 43 | "source=${localWorkspaceFolder}/../.cache,target=/home/coder/.cache,type=bind,consistency=consistent", |
44 | 44 | "source=${localWorkspaceFolder}/../.config,target=/home/coder/.config,type=bind,consistency=consistent", |
45 | | - "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" |
46 | 46 | ], |
47 | 47 | "customizations": { |
48 | 48 | "vscode": { |
|
0 commit comments