diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7c3c934..0d84b01 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -30,5 +30,8 @@ "vscode": { "extensions": [ "mhutchie.git-graph" ] } + }, + "containerEnv": { + "NVIDIA_DISABLE_REQUIRE": "1" } }