feat: gui in devcontainer and simulate folder
This commit is contained in:
parent
509ad491fb
commit
87e2b14bbd
2 changed files with 45 additions and 1 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Reference in a new issue