Last active
February 16, 2021 21:39
-
-
Save dmohl/3e50ea69c3d31288b3e955c3f4193fb0 to your computer and use it in GitHub Desktop.
GCloud Notebook Instance Creation
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 beta notebooks instances create dotnet-interactive-docker \ | |
--container-repository=gcr.io/REPLACE_WITH_PROJECT_ID/interactive/dotnet-interactive \ | |
--container-tag=latest \ | |
--machine-type=n1-standard-4 \ | |
--location=us-central1-b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment