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

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
- NC/ND driver to 410.79
- NV Grid driver to 410.71 with CUDA10 support
- LIS
  • Loading branch information
alfpark committed Dec 3, 2018
1 parent ad4e832 commit eea4286
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions convoy/fleet.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,32 +69,32 @@
'compute_cc37': {
'url': (
'http://us.download.nvidia.com/tesla/'
'410.72/NVIDIA-Linux-x86_64-410.72.run'
'410.79/NVIDIA-Linux-x86_64-410.79.run'
),
'sha256': (
'1f1ef7a1eca295f9004317f540c05d78aaed13b28021e1e28fc3b9011a853d9e'
'ded482e54a0d538c89b3fb70fe306611c2ad475ebbef805645a5911a3a05c173'
),
'target': 'nvidia-driver_cc37.run'
},
'compute_cc6-7': {
'url': (
'http://us.download.nvidia.com/tesla/'
'410.72/NVIDIA-Linux-x86_64-410.72.run'
'410.79/NVIDIA-Linux-x86_64-410.79.run'
),
'sha256': (
'1f1ef7a1eca295f9004317f540c05d78aaed13b28021e1e28fc3b9011a853d9e'
'ded482e54a0d538c89b3fb70fe306611c2ad475ebbef805645a5911a3a05c173'
),
'target': 'nvidia-driver_cc6-7.run'
},
'viz_cc52': {
# https://go.microsoft.com/fwlink/?linkid=874272
'url': (
'http://download.microsoft.com/download/C/C/A/'
'CCA1A402-D4EC-4260-BAD1-3AA1B004882A/'
'NVIDIA-Linux-x86_64-390.75-grid.run'
'http://download.microsoft.com/download/8/5/D/'
'85DC7798-B9F7-4BB9-84E8-B3350D7B52F7/'
'NVIDIA-Linux-x86_64-410.71-grid.run'
),
'sha256': (
'7784d69902b3de5d8ab671897d5ab7d291651fe2efd399f921db86d7dab615b7'
'48b0457d3fc18da29f7db743e812d2e0cbb5101e8f4d1bcb154b66784c34e361'
),
'target': 'nvidia-driver-grid.run'
},
Expand All @@ -121,10 +121,10 @@
'url': (
'http://download.microsoft.com/download/6/8/F/'
'68FE11B8-FAA4-4F8D-8C7D-74DA7F2CFC8C/'
'lis-rpms-4.2.6-1.tar.gz'
'lis-rpms-4.2.6-2.tar.gz'
),
'sha256': (
'daab0218a6631704884a3bb865570358edda64282a01dfc7367534beb1228a17'
'a0916fe5497e9f399be3ce0a3a532c3e9b56b33ee9948d0f8c744aa15db6f05d'
),
'target': 'lis.tar.gz',
'intermediate': 'lis_compact.tar',
Expand Down
2 changes: 1 addition & 1 deletion heimdall/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
azure-batch==5.1.1
azure-cosmosdb-table==1.0.5
azure-mgmt-compute==4.3.1
azure-mgmt-network==2.3.0
azure-mgmt-network==2.4.0
azure-mgmt-resource==2.0.0
azure-mgmt-storage==3.1.0
msrestazure==0.5.1
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ adal==1.2.0
azure-batch==5.1.1
azure-cosmosdb-table==1.0.5
azure-keyvault==1.1.0
azure-mgmt-authorization==0.51.0
azure-mgmt-authorization==0.51.1
azure-mgmt-batch==5.0.1
azure-mgmt-compute==4.3.1
azure-mgmt-network==2.3.0
azure-mgmt-network==2.4.0
azure-mgmt-resource==2.0.0
azure-mgmt-storage==3.1.0
azure-storage-blob==1.4.0
Expand All @@ -18,8 +18,8 @@ futures==3.2.0; python_version < '3'
keyrings.alt==3.1
msrest==0.5.5
msrestazure==0.5.1
pathlib2==2.3.2; python_version < '3.5'
pathlib2==2.3.3; python_version < '3.5'
python-dateutil==2.7.5
requests==2.20.1
ruamel.yaml==0.15.78
ruamel.yaml==0.15.80
scandir==1.9.0; python_version < '3.5'

0 comments on commit eea4286

Please sign in to comment.