Created
October 19, 2018 17:22
-
-
Save b0noI/fd72c11b90622312781d2a6dfa36a7dd 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="deeplearning-instance-group" | |
| export INSTANCE_TEMPLATE_NAME="tf-inferance-template" | |
| gcloud compute instance-groups managed create $INSTANCE_GROUP_NAME \ | |
| --template $INSTANCE_TEMPLATE_NAME \ | |
| --base-instance-name deeplearning-instances \ | |
| --size 2 \ | |
| --zones us-west1-a,us-west1-b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment