diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 56f00231287..14d1c331ce4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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",