Skip to content

Commit

Permalink
Fix ninja install
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Dec 20, 2024
1 parent 5744fcd commit 1e1b173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tritonbench-nightly.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN cd /workspace/tritonbench && \
RUN sudo apt update && sudo apt-get install -y libnvidia-compute-550 patchelf patch

# Workaround: installing Ninja from setup.py hits "Failed to decode METADATA with UTF-8" error
RUN pip install ninja
RUN . ${SETUP_SCRIPT} && pip install ninja

# Install Tritonbench
RUN cd /workspace/tritonbench && \
Expand Down

0 comments on commit 1e1b173

Please sign in to comment.