|
3 | 3 | "context": "${localWorkspaceFolder}/.devcontainer",
|
4 | 4 | "dockerfile": "${localWorkspaceFolder}/.devcontainer/Dockerfile",
|
5 | 5 | "args": {
|
6 |
| - "CUDA": "12.5", |
| 6 | + "CUDA": "12.8", |
7 | 7 | "PYTHON_PACKAGE_MANAGER": "pip",
|
8 |
| - "BASE": "rapidsai/devcontainers:25.04-cpp-cuda12.5-ucx1.17.0-openmpi-ubuntu22.04" |
| 8 | + "BASE": "rapidsai/devcontainers:25.04-cpp-cuda12.8-ucx1.18.0-openmpi-ubuntu22.04" |
9 | 9 | }
|
10 | 10 | },
|
11 | 11 | "runArgs": [
|
12 | 12 | "--rm",
|
13 | 13 | "--name",
|
14 |
| - "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.04-cuda12.5-pip" |
| 14 | + "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.04-cuda12.8-pip" |
15 | 15 | ],
|
16 | 16 | "hostRequirements": {"gpu": "optional"},
|
17 | 17 | "features": {
|
18 | 18 | "ghcr.io/rapidsai/devcontainers/features/cuda:25.4": {
|
19 |
| - "version": "12.5", |
| 19 | + "version": "12.8", |
20 | 20 | "installcuBLAS": true,
|
21 | 21 | "installcuSOLVER": true,
|
22 | 22 | "installcuRAND": true,
|
|
28 | 28 | "ghcr.io/rapidsai/devcontainers/features/cuda",
|
29 | 29 | "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"
|
30 | 30 | ],
|
31 |
| - "initializeCommand": ["/bin/bash", "-c", "mkdir -m 0755 -p ${localWorkspaceFolder}/../.{aws,cache,config/pip,local/share/${localWorkspaceFolderBasename}-cuda12.5-venvs}"], |
| 31 | + "initializeCommand": ["/bin/bash", "-c", "mkdir -m 0755 -p ${localWorkspaceFolder}/../.{aws,cache,config/pip,local/share/${localWorkspaceFolderBasename}-cuda12.8-venvs}"], |
32 | 32 | "postAttachCommand": ["/bin/bash", "-c", "if [ ${CODESPACES:-false} = 'true' ]; then . devcontainer-utils-post-attach-command; . rapids-post-attach-command; fi"],
|
33 | 33 | "workspaceFolder": "/home/coder",
|
34 | 34 | "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/cuml,type=bind,consistency=consistent",
|
35 | 35 | "mounts": [
|
36 | 36 | "source=${localWorkspaceFolder}/../.aws,target=/home/coder/.aws,type=bind,consistency=consistent",
|
37 | 37 | "source=${localWorkspaceFolder}/../.cache,target=/home/coder/.cache,type=bind,consistency=consistent",
|
38 | 38 | "source=${localWorkspaceFolder}/../.config,target=/home/coder/.config,type=bind,consistency=consistent",
|
39 |
| - "source=${localWorkspaceFolder}/../.local/share/${localWorkspaceFolderBasename}-cuda12.5-venvs,target=/home/coder/.local/share/venvs,type=bind,consistency=consistent" |
| 39 | + "source=${localWorkspaceFolder}/../.local/share/${localWorkspaceFolderBasename}-cuda12.8-venvs,target=/home/coder/.local/share/venvs,type=bind,consistency=consistent" |
40 | 40 | ],
|
41 | 41 | "customizations": {
|
42 | 42 | "vscode": {
|
|
0 commit comments