Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
Cudnn and extensions
  • Loading branch information
vanpelt authored Sep 27, 2023
1 parent e1d9da1 commit 2d820c6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-toolsai.jupyter"
]
}
},
"features": {
"ghcr.io/devcontainers/features/nvidia-cuda:1": {},
"ghcr.io/devcontainers/features/nvidia-cuda:1": {
"installCudnn": true
},
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
}
}

0 comments on commit 2d820c6

Please sign in to comment.