[devcontainer] Fix mount and GPU & Support rust dev (#2978)
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"workspaceFolder": "/sgl-workspace/sglang",
|
||||
"forwardPorts": []
|
||||
"forwardPorts": [],
|
||||
"runArgs": [
|
||||
"--gpus",
|
||||
"all"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user