Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Jun 29, 2024
1 parent f230dda commit 338930a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/torchbench-nightly.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN cd /workspace/benchmark && \
bash .ci/tritonbench/install.sh

# Test Tritonbench (libcuda.so.1 is required, so install libnvidia-compute-550 as a hack)
RUN sudo apt update && apt-get install -y libnvidia-compute-550 && \
RUN sudo apt update && sudo apt-get install -y libnvidia-compute-550 && \
cd /workspace/benchmark && \
bash .ci/tritonbench/test.sh && \
sudo apt-get purge -y libnvidia-compute-550
Expand Down

0 comments on commit 338930a

Please sign in to comment.