Unverified Commit fb5b1bc1 authored by KrishnanPrash's avatar KrishnanPrash Committed by GitHub
Browse files

docs: Change `FRAMEWORK` variable to lowercase (#6266)


Signed-off-by: default avatarKrishnanPrash <140860868+KrishnanPrash@users.noreply.github.com>
parent 55a246a3
...@@ -142,7 +142,7 @@ Build the appropriate framework image (e.g., `dynamo:latest-vllm-local-dev`) fro ...@@ -142,7 +142,7 @@ Build the appropriate framework image (e.g., `dynamo:latest-vllm-local-dev`) fro
```bash ```bash
# Single command approach (recommended) # Single command approach (recommended)
export FRAMEWORK=VLLM # Note: any of VLLM, SGLANG, TRTLLM can be used export FRAMEWORK=vllm # Note: any of vllm, sglang, trtllm can be used
python container/render.py --framework=${FRAMEWORK} --target=local-dev --output-short-filename python container/render.py --framework=${FRAMEWORK} --target=local-dev --output-short-filename
docker build --build-arg USER_UID=$(id -u) --build-arg USER_GID=$(id -g) -f container/rendered.Dockerfile . docker build --build-arg USER_UID=$(id -u) --build-arg USER_GID=$(id -g) -f container/rendered.Dockerfile .
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment