We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307d403 commit 1fc4050Copy full SHA for 1fc4050
container/Dockerfile.trtllm
@@ -228,7 +228,8 @@ RUN if [ "$ARCH" = "arm64" ]; then \
228
fi && \
229
# Install the wheel
230
# TODO: Move NIXL wheel install to the wheel_builder stage
231
- uv pip install /workspace/wheels/nixl/*.whl
+ uv pip install /workspace/wheels/nixl/*.whl && \
232
+ pip install /workspace/wheels/nixl/*.whl
233
234
###################################
235
####### WHEEL BUILD STAGE #########
0 commit comments