Created
July 20, 2023 19:16
-
-
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")
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
| 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