# Now you've created both dynamo:latest-vllm and dynamo:latest-vllm-local-dev
# Now you've created dynamo:latest-vllm-local-dev
```
```
The local-dev image will give you local user permissions matching your host user and includes extra developer utilities (debugging tools, text editors, system monitors, etc.).
The local-dev image will give you local user permissions matching your host user and includes extra developer utilities (debugging tools, text editors, system monitors, etc.).
...
@@ -417,9 +417,9 @@ If you see errors like "container is not running" or "An error occurred setting
...
@@ -417,9 +417,9 @@ If you see errors like "container is not running" or "An error occurred setting
docker images | grep dynamo
docker images | grep dynamo
# If missing, build the dev image first, then build local-dev
# If missing, build the dev image first, then build local-dev
export FRAMEWORK=VLLM# Replace with VLLM, SGLANG, or TRTLLM
export FRAMEWORK=vllm# Replace with vllm, sglang, or trtllm