Created
June 13, 2019 02:05
-
-
Save b0noI/a7400beffd7e848e4cf6123b6084fad2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
export INSTANCE_GROUP_NAME="tf-training-cluster" | |
export INSTANCE_TEMPLATE_NAME="tf-latest-gpu-template" | |
gcloud compute instance-groups managed create "${INSTANCE_GROUP_NAME}" \ | |
--template "${INSTANCE_TEMPLATE_NAME}" \ | |
--base-instance-name tf-training-cluster \ | |
--size 2 \ | |
--zone us-west1-b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment