Skip to content

Commit

Permalink
Merge pull request #319 from nebius/fix_nccl_pmix
Browse files Browse the repository at this point in the history
[Fix] Install libpmix into nccl-benchmark image
  • Loading branch information
asteny authored Jan 14, 2025
2 parents d8c09d1 + 4b85857 commit a11ce28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/nccl_benchmark/nccl_benchmark.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ RUN apt-get update && \
squashfs-tools \
zstd \
software-properties-common \
vim
vim \
libpmix2 \
libpmix-dev

# TODO: Install only necessary packages
# Download and install Slurm packages
Expand Down

0 comments on commit a11ce28

Please sign in to comment.