Skip to content

Commit 84d390e

Browse files
authored
docs: fix docker command after templating changes
Signed-off-by: Tushar Sharma <tusharma@nvidia.com>
1 parent 73dc3be commit 84d390e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bindings/kvbm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The pip wheel is built through a Docker build process:
4343

4444
```bash
4545
# Render and build the Docker image with KVBM enabled (from the dynamo repo root)
46-
python container/render.py --framework=dynamo --target==runtime --short-output
46+
python container/render.py --framework=dynamo --target=runtime --short-output
4747
docker build --build-arg ENABLE_KVBM="true" -f container/rendered.Dockerfile .
4848
```
4949

0 commit comments

Comments
 (0)