From dc3531071fdb3acdaeb7e16ae37c5f26aead25a5 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Tue, 31 Mar 2026 20:04:13 +0000 Subject: [PATCH] fix(devcontainer): update GPU runtime args for compatibility Change from deprecated --gpus flag to --device for better compatibility with newer Docker/CDI configurations. --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index be1fa12..3e5c8d4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -34,8 +34,7 @@ }, "remoteUser": "vscode", "runArgs": [ - "--gpus", - "all" + "--device", "nvidia.com/gpu=all" ], // Ensure the .venv persists using a named volume for performance and parity "mounts": [