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

Commit

Permalink
bump nccl2.9-cuda113
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Jun 21, 2021
1 parent 2a66865 commit f6d714e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -953,8 +953,8 @@ def get_scipy_choices():
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',
libnccl2='libnccl2_2.9.9-1+cuda11.3_amd64',
libnccl_dev='libnccl-dev_2.9.9-1+cuda11.3_amd64',
include_dir='/usr/include',
lib_dir='/usr/lib/x86_64-linux-gnu',
)
Expand Down

0 comments on commit f6d714e

Please sign in to comment.