Unverified Commit ae38bd43 authored by Keiven C's avatar Keiven C Committed by GitHub
Browse files

fix: devcontainer.json typo from b6b3a767 (#2976)


Signed-off-by: default avatarKeiven Chang <keivenchang@users.noreply.github.com>
parent eaa03383
......@@ -7,7 +7,7 @@
"name": "NVIDIA Dynamo Dev Container Development",
"remoteUser": "ubuntu", // Matches our container user
"updateRemoteUserUID": true, // Updates the UID of the remote user to match the host user, avoids permission errors
"image": "dynamo:latest-vllm-dev", // Use the latest VLLM dev image
"image": "dynamo:latest-vllm-local-dev", // Use the latest VLLM dev image
"runArgs": [
"--gpus=all",
"--network=host",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment