Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
add nccl
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed May 21, 2021
1 parent 220abb4 commit 29b2984
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,14 @@ def get_scipy_choices():
include_dir='/usr/include',
lib_dir='/usr/lib/x86_64-linux-gnu',
)
codes['nccl2.9-cuda113'] = nccl_base.format(
nccl_sub_dir='cuda',
nccl_os_ver='1804',
libnccl2='libnccl2_2.9.8-1+cuda11.3_amd64',
libnccl_dev='libnccl-dev_2.9.8-1+cuda11.3_amd64',
include_dir='/usr/include',
lib_dir='/usr/lib/x86_64-linux-gnu',
)

# cuTENSOR
# The shell script needs to be saved in an env var due to Dockerfile limitations
Expand Down

0 comments on commit 29b2984

Please sign in to comment.