Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfiles/l4t-jetpack-triton.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ RUN mkdir -p third_party/cuda && \
RUN uv build --wheel --out-dir /wheels

# Test the installation
RUN uv pip install /wheels/triton*.whl && \
RUN uv pip install --system /wheels/triton*.whl && \
python3 -c 'import triton' && \
uv pip show triton
uv pip show --system triton

# --- Artifact output ---
FROM scratch AS artifact
Expand Down