update dockerfile

This commit is contained in:
xlliu-scitix 2025-12-21 12:00:18 +00:00
parent 2225d3f05e
commit a63433ce70
2 changed files with 2 additions and 2 deletions

View File

@ -136,4 +136,4 @@ RUN SAFE_NCCL_PKG=$(printf '%s\n' "${NCCL_PACKAGE_VERSION}" | tr '+' '-') && \
makeself --gzip /usr/local/sihpc \
"${PACKAGE_FILENAME}" \
"SiHPC MPI + NCCL + NCCL-tests Portable Installer" \
./bin/install_sihpc
./bin/install_sihpc > /dev/null 2>&1

View File

@ -133,4 +133,4 @@ RUN SAFE_NCCL_PKG=$(printf '%s\n' "${NCCL_PACKAGE_VERSION}" | tr '+' '-') && \
makeself --gzip /usr/local/sihpc \
"${PACKAGE_FILENAME}" \
"SiHPC MPI + NCCL + NCCL-tests Portable Installer" \
./bin/install_sihpc
./bin/install_sihpc > /dev/null 2>&1