diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8a7d6b114..27d97ae29 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,6 +3,11 @@ "hostRequirements": { "cpus": 4 }, + "features": { + "ghcr.io/devcontainers/features/nvidia-cuda:1": { + "installCudnn": true + } + }, "waitFor": "onCreateCommand", "updateContentCommand": "python3 -m pip install -r requirements.txt", "postCreateCommand": "",