Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
01426695
Unverified
Commit
01426695
authored
Feb 13, 2026
by
Ziqi Fan
Committed by
GitHub
Feb 13, 2026
Browse files
docs: update kvbm guide according to docker build change (#6264)
Signed-off-by:
Ziqi Fan
<
ziqif@nvidia.com
>
parent
40355b32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
docs/pages/components/kvbm/kvbm-guide.md
docs/pages/components/kvbm/kvbm-guide.md
+6
-4
lib/bindings/kvbm/README.md
lib/bindings/kvbm/README.md
+1
-1
No files found.
docs/pages/components/kvbm/kvbm-guide.md
View file @
01426695
...
@@ -49,10 +49,11 @@ To build KVBM from source, see the detailed instructions in the [KVBM bindings R
...
@@ -49,10 +49,11 @@ To build KVBM from source, see the detailed instructions in the [KVBM bindings R
docker compose
-f
deploy/docker-compose.yml up
-d
docker compose
-f
deploy/docker-compose.yml up
-d
# Build a dynamo vLLM container (KVBM is built in by default)
# Build a dynamo vLLM container (KVBM is built in by default)
./container/build.sh
--framework
vllm
python container/render.py
--framework
vllm
--target
runtime
--output-short-filename
docker build
-t
dynamo:latest-vllm-runtime
-f
container/rendered.Dockerfile
.
# Launch the container
# Launch the container
./
container/run.sh
--
framework
vllm
-it
--mount-workspace
--use-nixl-gds
container/run.sh
--
image
dynamo:latest-vllm-runtime
-it
--mount-workspace
--use-nixl-gds
```
```
### Aggregated Serving
### Aggregated Serving
...
@@ -99,10 +100,11 @@ vllm serve --kv-transfer-config '{"kv_connector":"DynamoConnector","kv_role":"kv
...
@@ -99,10 +100,11 @@ vllm serve --kv-transfer-config '{"kv_connector":"DynamoConnector","kv_role":"kv
docker compose
-f
deploy/docker-compose.yml up
-d
docker compose
-f
deploy/docker-compose.yml up
-d
# Build a dynamo TRTLLM container (KVBM is built in by default)
# Build a dynamo TRTLLM container (KVBM is built in by default)
./container/build.sh
--framework
trtllm
python container/render.py
--framework
trtllm
--target
runtime
--output-short-filename
docker build
-t
dynamo:latest-trtllm-runtime
-f
container/rendered.Dockerfile
.
# Launch the container
# Launch the container
./
container/run.sh
--
framework
trtllm
-it
--mount-workspace
--use-nixl-gds
container/run.sh
--
image
dynamo:latest-trtllm-runtime
-it
--mount-workspace
--use-nixl-gds
```
```
### Aggregated Serving
### Aggregated Serving
...
...
lib/bindings/kvbm/README.md
View file @
01426695
...
@@ -43,7 +43,7 @@ The pip wheel is built through a Docker build process:
...
@@ -43,7 +43,7 @@ The pip wheel is built through a Docker build process:
```
bash
```
bash
# Render and build the Docker image with KVBM enabled (from the dynamo repo root)
# Render and build the Docker image with KVBM enabled (from the dynamo repo root)
python container/render.py
--framework
=
dynamo
--target
==
runtime
--output-short-filename
python container/render.py
--framework
dynamo
--target
runtime
--output-short-filename
docker build
--build-arg
ENABLE_KVBM
=
"true"
-f
container/rendered.Dockerfile .
docker build
--build-arg
ENABLE_KVBM
=
"true"
-f
container/rendered.Dockerfile .
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment