Skip to content

Instantly share code, notes, and snippets.

@lovemycodesnippets
Created July 20, 2023 19:16
Show Gist options
  • Select an option

  • Save lovemycodesnippets/a62a02be62121c32dd88ac422a3780da to your computer and use it in GitHub Desktop.

Select an option

Save lovemycodesnippets/a62a02be62121c32dd88ac422a3780da to your computer and use it in GitHub Desktop.
Creating Tensorflows (for Sysdig's post "Google’s Vertex AI Platform Gets Freejacked")
gcloud notebooks instances create tensorflow-1 --vm-image-project deeplearning-platform-release --vm-image-name tf-2-11-cu113-notebooks-v20230615-debian-11-py310 --machine-type n1-custom-6-12288 --location us-central1-a --boot-disk-size 100
sleep 5
gcloud notebooks instances create tensorflow-2 --vm-image-project deeplearning-platform-release --vm-image-name tf-2-11-cu113-notebooks-v20230615-debian-11-py310 --machine-type n1-custom-6-12288 --location us-central1-a --boot-disk-size 100
sleep 5
gcloud notebooks instances create tensorflow-3 --vm-image-project deeplearning-platform-release --vm-image-name tf-2-11-cu113-notebooks-v20230615-debian-11-py310 --machine-type n1-custom-6-12288 --location us-central1-a --boot-disk-size 100
sleep 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment