Skip to content

Commit e7de456

Browse files
chore: Migrate gsutil usage to gcloud storage
1 parent b56299a commit e7de456

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/tutorials/tfx/gcp/vertex_pipelines_vertex_training.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
},
385385
"outputs": [],
386386
"source": [
387-
"!gsutil cp gs://download.tensorflow.org/data/palmer_penguins/penguins_processed.csv {DATA_ROOT}/"
387+
"!gcloud storage cp gs://download.tensorflow.org/data/palmer_penguins/penguins_processed.csv {DATA_ROOT}/"
388388
]
389389
},
390390
{
@@ -404,7 +404,7 @@
404404
},
405405
"outputs": [],
406406
"source": [
407-
"!gsutil cat {DATA_ROOT}/penguins_processed.csv | head"
407+
"!gcloud storage cat {DATA_ROOT}/penguins_processed.csv | head"
408408
]
409409
},
410410
{
@@ -628,7 +628,7 @@
628628
},
629629
"outputs": [],
630630
"source": [
631-
"!gsutil cp {_trainer_module_file} {MODULE_ROOT}/"
631+
"!gcloud storage cp {_trainer_module_file} {MODULE_ROOT}/"
632632
]
633633
},
634634
{

0 commit comments

Comments
 (0)