1
Fork 0

feat: gui in devcontainer and simulate folder

This commit is contained in:
Cedric 2026-04-24 13:11:23 +00:00
parent 509ad491fb
commit 87e2b14bbd
2 changed files with 45 additions and 1 deletions

View file

@ -34,7 +34,9 @@
},
"remoteUser": "vscode",
"runArgs": [
"--device", "nvidia.com/gpu=all"
"--device", "nvidia.com/gpu=all",
"--env=DISPLAY=${localEnv:DISPLAY}",
"--volume=/tmp/.X11-unix:/tmp/.X11-unix"
],
// Ensure the .venv persists using a named volume for performance and parity
"mounts": [