Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CameronVetter/f6b6699384c870c8ea5473018746bdef to your computer and use it in GitHub Desktop.
Save CameronVetter/f6b6699384c870c8ea5473018746bdef to your computer and use it in GitHub Desktop.
Create Batch AI Cluster
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