From 6c89215e10ad3e44f0e5ba01cc4c9ff67c152c41 Mon Sep 17 00:00:00 2001 From: Bettina Heim Date: Fri, 24 Nov 2023 17:59:18 +0100 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7d401a69ee..9fb984055d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,9 +9,9 @@ // If you do not have the NVIDIA container runtime installed, available GPUs will not be automatically detected. // You can manually pass the flag to enable GPU support to docker by uncommenting the line below. // "runArgs": [ "--gpus=all" ], - "hostRequirements": { - "gpu": "optional" - }, + "hostRequirements": { + "gpu": "optional" + }, // To use certain debugging tools, you may want uncomment the two lines below. // Be mindful of security implications when you do. See also // - https://github.com/rr-debugger/rr/wiki/Docker