Created
June 5, 2018 20:57
-
-
Save CameronVetter/f6b6699384c870c8ea5473018746bdef to your computer and use it in GitHub Desktop.
Create Batch AI Cluster
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
az batchai cluster create --name neuralnetwork --image UbuntuDSVM --vm-size Standrd_NC6 --min 0 --max 1 --afs-name data --user-name <MyUsername> --password <MyPassword> -c clusterconfig.json --resource-group tensorflow2 --location westus2 --storage-account-name tensorflowdata --storage-account-key <MyStorageAccountKey> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment