Closed jeffw-wherethebitsroam closed 6 years ago
This all seems to work if I use Standard_nc6, so it seems to just be a problem with the NV virtual machine types.
The GPU driver URL for NV-series VMs has changed. The change is in the develop
branch. If you don't want to use that branch, you can modify your pool configuration temporarily to include:
pool_specification:
# ... other settings
gpu:
nvidia_driver:
source: 'https://go.microsoft.com/fwlink/?linkid=874272'
The fix will be included in the next release.
As it turns out, the NC series is what I actually need, so this is not a big problem for me.
Fixed in 3.6.0 release.
Problem Description
Fails to add a new pool with GPU instances (Standard_nv6)
Batch Shipyard Version
shipyard.py, version 3.6.0b1
Steps to Reproduce
Try to create a pool with the pool config below
Expected Results
Successfully create a pool
Actual Results
Pool creation fails. It tries to download files from gpudrivers.file.core.windows.net, which does not exist.
Redacted Configuration
Additional Logs
Additonal Comments