Skip to content

Commit

Permalink
Create devcontainer.json (#472)
Browse files Browse the repository at this point in the history
* Create devcontainer.json

Experimental codespace with gpu

* Update devcontainer.json

Cudnn and extensions
  • Loading branch information
vanpelt authored Jun 13, 2024
1 parent 909f7e4 commit 97bb401
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +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": {
"installCudnn": true
},
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
}
}

0 comments on commit 97bb401

Please sign in to comment.