Skip to content

Commit 08e8b30

Browse files
authored
fix: typo in .devcontainer/README.md from "./container/build.sh --target dev" to "./container/build.sh --target local-dev"
Signed-off-by: Lin Yiming <[email protected]>
1 parent 1b2826a commit 08e8b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Follow these steps to get your NVIDIA Dynamo development environment up and runn
9494
Build `dynamo:latest-vllm` from scratch from the source:
9595

9696
```bash
97-
./container/build.sh --target dev --framework VLLM
97+
./container/build.sh --target local-dev --framework VLLM
9898
```
9999

100100
The container will be built and give certain file permissions to your local uid and gid.

0 commit comments

Comments
 (0)