We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73dc3be commit 84d390eCopy full SHA for 84d390e
lib/bindings/kvbm/README.md
@@ -43,7 +43,7 @@ The pip wheel is built through a Docker build process:
43
44
```bash
45
# 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
+python container/render.py --framework=dynamo --target=runtime --short-output
47
docker build --build-arg ENABLE_KVBM="true" -f container/rendered.Dockerfile .
48
```
49
0 commit comments