fix setup.py install nccl
This commit is contained in:
parent
6d8ff7f9af
commit
8654374a33
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -32,6 +32,7 @@ for package in apt_get_dependencies:
|
|||
subprocess.check_call(['wget', 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb'])
|
||||
subprocess.check_call(['sudo', 'dpkg', '-i', 'cuda-keyring_1.0-1_all.deb'])
|
||||
|
||||
subprocess.check_call(['sudo', 'apt-get', 'upgrade', '-y', '--allow-change-held-packages'])
|
||||
subprocess.check_call(['sudo', 'apt-mark', 'unhold', 'libnccl-dev', 'libnccl2'])
|
||||
|
||||
for package in apt_nccl:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue