manuelreyesgomez
Results
2
issues of
manuelreyesgomez
The close() method deletes the cluster from Azure But what if the user has done work on it and has saved work into the scheduler and wants to later come...
enhancement
provider/azure/vm
On a new python 3.7 conda environment $ pip install dask-cloudprovider[azure] $ az login $ python ```python from dask_cloudprovider.azure import AzureVMCluster resource_group = "NGC-AML-Quick-Launch" vnet="NGC-AML-Quick-Launch-vnet" security_group="NGC-AML-Quick-Launch-nsg" initial_node_count = 2 vm_name...
bug