[devcontainer] Fix mount and GPU & Support rust dev (#2978)

This commit is contained in:
Byron Hsu
2025-01-19 16:34:01 +08:00
committed by GitHub
parent d33cbb7e58
commit 53cc91e504
2 changed files with 13 additions and 2 deletions

View File

@@ -15,6 +15,9 @@
]
}
},
"workspaceFolder": "/sgl-workspace/sglang",
"forwardPorts": []
"forwardPorts": [],
"runArgs": [
"--gpus",
"all"
]
}