Skip to content

Commit

Permalink
no banner
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Sep 24, 2024
1 parent 47b2cdb commit ea03e78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/nvbandwidth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ RUN --mount=type=tmpfs,target=/tmp,rw \
apt update && apt-get install -y cuda-nvml-dev-12-6
RUN echo "/usr/local/cuda-12.6/compat\n/usr/local/cuda-12.6/targets/x86_64-linux/lib/stubs" > /etc/ld.so.conf.d/cuda_compat.conf && ldconfig
COPY --from=builder /tmp/nvbandwidth/nvbandwidth /usr/local/bin/
# disable nvidia/cuda entrypoint, which prints a banner
ENTRYPOINT []
CMD ["/usr/local/bin/nvbandwidth"]

0 comments on commit ea03e78

Please sign in to comment.