Skip to content

Commit 1fc4050

Browse files
fix: NIXL wheel missing from system packages in dev env (#2879)
Signed-off-by: Harrison King Saturley-Hall <hsaturleyhal@nvidia.com>
1 parent 307d403 commit 1fc4050

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

container/Dockerfile.trtllm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ RUN if [ "$ARCH" = "arm64" ]; then \
228228
fi && \
229229
# Install the wheel
230230
# TODO: Move NIXL wheel install to the wheel_builder stage
231-
uv pip install /workspace/wheels/nixl/*.whl
231+
uv pip install /workspace/wheels/nixl/*.whl && \
232+
pip install /workspace/wheels/nixl/*.whl
232233

233234
###################################
234235
####### WHEEL BUILD STAGE #########

0 commit comments

Comments
 (0)