add libs install setup
This commit is contained in:
parent
bb88630608
commit
446b382333
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -12,7 +12,9 @@ apt_dependencies = [
|
|||
|
||||
apt_get_dependencies = [
|
||||
'mpi',
|
||||
'libopenmpi-dev'
|
||||
'libopenmpi-dev',
|
||||
'openmpi-common',
|
||||
'openmpi-bin'
|
||||
]
|
||||
|
||||
apt_nccl = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue