Unverified Commit 1fc4050a authored by Harrison Saturley-Hall's avatar Harrison Saturley-Hall Committed by GitHub
Browse files

fix: NIXL wheel missing from system packages in dev env (#2879)


Signed-off-by: default avatarHarrison King Saturley-Hall <hsaturleyhal@nvidia.com>
parent 307d4039
......@@ -228,7 +228,8 @@ RUN if [ "$ARCH" = "arm64" ]; then \
fi && \
# Install the wheel
# TODO: Move NIXL wheel install to the wheel_builder stage
uv pip install /workspace/wheels/nixl/*.whl
uv pip install /workspace/wheels/nixl/*.whl && \
pip install /workspace/wheels/nixl/*.whl
###################################
####### WHEEL BUILD STAGE #########
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment