diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 5209a483d0..2bce657cd1 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -91,10 +91,10 @@ Follow these steps to get your NVIDIA Dynamo development environment up and runn ### Step 1: Build the Development Container Image -Build `dynamo:latest-vllm` from scratch from the source: +Build `dynamo:latest-vllm-local-dev` from scratch from the source: ```bash -./container/build.sh --target dev --framework VLLM +./container/build.sh --target local-dev --framework VLLM ``` The container will be built and give certain file permissions to your local uid and gid.