From 150ce171cf906192b77ec74f2362749632952df5 Mon Sep 17 00:00:00 2001 From: Violet Date: Wed, 17 Sep 2025 14:38:42 -0700 Subject: [PATCH] Fix devcontainer (#514) --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) 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" } }