Skip to content

Commit

Permalink
Install patchelf
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Oct 11, 2024
1 parent 543bfb8 commit 7f75176
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 @@ -43,7 +43,7 @@ RUN cd /workspace/tritonbench && \

# Tritonbench library build and test require libcuda.so.1
# which is from NVIDIA driver
RUN sudo apt update && sudo apt-get install -y libnvidia-compute-550
RUN sudo apt update && sudo apt-get install -y libnvidia-compute-550 patchelf

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

0 comments on commit 7f75176

Please sign in to comment.