|
1 | | -// For format details, see https://aka.ms/devcontainer.json. For config options, see the |
2 | | -// README at: https://github.com/devcontainers/templates/tree/main/src/rust-postgres |
3 | 1 | { |
4 | | - "name": "Rust GPU PyTorch", |
5 | 2 | "features": { |
6 | | - "ghcr.io/devcontainers/features/nvidia-cuda:1": { |
7 | | - "installCudnn": true |
8 | | - }, |
9 | | - "ghcr.io/devcontainers/features/rust:1": {}, |
10 | | - "ghcr.io/eitsupi/devcontainer-features/mdbook:1.0.0": {}, |
11 | | - "ghcr.io/guiyomh/features/vim:0": {} |
12 | | - }, |
13 | | - |
14 | | - // Features to add to the dev container. More info: https://containers.dev/features. |
15 | | - // "features": {}, |
16 | | - |
17 | | - // Use 'forwardPorts' to make a list of ports inside the container available locally. |
18 | | - // "forwardPorts": [5432], |
19 | | - |
20 | | - // Use 'postCreateCommand' to run commands after the container is created. |
21 | | - "postCreateCommand": "bash setup.sh", |
22 | | - "customizations": { |
23 | | - "vscode": { |
24 | | - "extensions": [ |
25 | | - "GitHub.copilot-labs", |
26 | | - "GitHub.copilot-nightly", |
27 | | - "ms-azuretools.vscode-docker", |
28 | | - "technosophos.vscode-make", |
29 | | - "ms-vscode.makefile-tools" |
30 | | - ] |
31 | | - } |
| 3 | + "ghcr.io/rapidsai/devcontainers/features/rust:25.4.0": {} |
32 | 4 | } |
33 | | - // Configure tool-specific properties. |
34 | | - // "customizations": {}, |
35 | | - |
36 | | - // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. |
37 | | - // "remoteUser": "root" |
38 | 5 | } |
0 commit comments