Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading