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:
Margubur Rahman
2025-12-25 10:49:33 -05:00
committed by GitHub
co-authored by bhandarivijay gurusai-voleti
parent 996b690e03
commit 419f8310c9
8 changed files with 36 additions and 40 deletions
@@ -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"
]
},
{