fix setup.py
This commit is contained in:
parent
29ee569d04
commit
b21c7e9f34
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -22,6 +22,7 @@ apt_nccl = [
|
|||
]
|
||||
|
||||
subprocess.check_call(['sudo', 'apt-get', 'update'])
|
||||
subprocess.check_call(['sudo', 'apt-get', 'upgrade', '-y', '--allow-change-held-packages'])
|
||||
|
||||
for package in apt_dependencies:
|
||||
subprocess.check_call(['sudo', 'apt', 'install', package])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue