Skip to content

Commit

Permalink
sd
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhoublue committed Jul 29, 2024
1 parent 0d1e9ea commit aba03aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdma-tools/image/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV ENV_DOWNLOAD_OFED_DEB_SOURCE=<<ENV_DOWNLOAD_OFED_DEB_SOURCE>>
# Mellanox OFED (latest): required by perftest
#fix warning: debconf: delaying package configuration, since apt-utils is not installed
ARG DEBIAN_FRONTEND=noninteractive
COPY /install-hpcx.sh /install-hpcx.sh
COPY /install-perftest.sh /install-perftest.sh
RUN chmod +x /install-perftest.sh && /install-perftest.sh

# install hpcx and nccltest
Expand Down

0 comments on commit aba03aa

Please sign in to comment.