1
Fork 0

fix(devcontainer): update GPU runtime args for compatibility

Change from deprecated --gpus flag to --device for better
compatibility with newer Docker/CDI configurations.
This commit is contained in:
Tibo De Peuter 2026-03-31 20:04:13 +00:00
parent 7fe217de0f
commit dc3531071f

View file

@ -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": [