Skip to content

Commit cd94bef

Browse files
committed
Update dev container config to support live code sync and improve docker setup guide (sgl-project#6018)
Signed-off-by: Lifu Huang <[email protected]>
1 parent 8b72518 commit cd94bef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,13 @@
2121
"--gpus",
2222
"all"
2323
],
24-
<<<<<<< HEAD
2524
"mounts": [
2625
"type=bind,source=/home/azureuser/.cache/huggingface/,target=/root/.cache/huggingface"
2726
],
28-
=======
2927
// The two lines below ensures that your local changes in the sglang
3028
// repo is automatically synced to the sglang pip package installed
3129
// in the dev docker container. You can remove / comment out these
3230
// two lines if you prefer to sync code changes manually.
33-
>>>>>>> 1232f7e8 (Update dev container config to support live code sync and improve docker setup guide (#6018))
3431
"workspaceMount": "source=${localWorkspaceFolder},target=/sgl-workspace/sglang,type=bind",
3532
"workspaceFolder": "/sgl-workspace/sglang"
3633
}

0 commit comments

Comments
 (0)