You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,7 @@ docker build \
132
132
|`FW_BASE_FINAL`| Output stage. `trtllm_install` (with TRT-LLM) or `fw_toolkit_builder` (without) |
133
133
|`UV_VERSION`| uv version to install |
134
134
|`VLLM_VERSION`| vLLM git tag to build |
135
+
|`VLLM_WHEEL_SRC`| Stage supplying the vLLM wheel. `vllm_wheel_build` (default) builds it from source; `vllm_wheel_none` skips both the build and the install |
135
136
|`TRT_LLM_COMMIT`| TensorRT-LLM git commit or tag |
136
137
|`TRT_LLM_VERSION`| TensorRT-LLM version string embedded as an image environment variable |
137
138
|`TRT_VER`| TensorRT version for the TRT-LLM install scripts |
0 commit comments