Skip to content

Instantly share code, notes, and snippets.

@allenday
Created January 2, 2020 10:24
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 allenday/95578c2b0ce6b2a8b49ac4faf37b1779 to your computer and use it in GitHub Desktop.
Save allenday/95578c2b0ce6b2a8b49ac4faf37b1779 to your computer and use it in GitHub Desktop.
gcloud compute instances create XXX --project=XXX --image-project=deeplearning-platform-release --image-family=tf-latest-gpu --maintenance-policy=TERMINATE --boot-disk-size 200GB --accelerator="type=nvidia-tesla-v100,count=1" --metadata="install-nvidia-driver=True" --zone="us-west1-b"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment