mirror of
https://github.com/GoogleCloudPlatform/vertex-ai-samples.git
synced 2026-09-26 14:42:04 +00:00
Migrate gsutil usage to gcloud storage (#4316)
* Migrate gsutil usage to gcloud storage * Changes for 4316 * Changes for 4316 * fix linter issue for 4316 * removed changes for model garden * removed changes for model garden * Update model_garden_tfvision_image_classification.ipynb * Update model_garden_tfvision_image_classification.ipynb --------- Co-authored-by: bhandarivijay <bhandarivijay@google.com> Co-authored-by: gurusai-voleti <gvoleti@google.com>
This commit is contained in:
co-authored by
bhandarivijay
gurusai-voleti
parent
996b690e03
commit
419f8310c9
@@ -881,7 +881,7 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"! gsutil mb -l {LOCATION} -p {PROJECT_ID} {BUCKET_URI}"
|
||||
"! gcloud storage buckets create --location={LOCATION} --project={PROJECT_ID} {BUCKET_URI}"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -901,7 +901,7 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"! curl https://www.datavis.ca/gallery/guerry/guerry.csv | gsutil cp - {BUCKET_URI}/guerry.csv"
|
||||
"! curl https://www.datavis.ca/gallery/guerry/guerry.csv | gcloud storage cp - {BUCKET_URI}/guerry.csv"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user