diff --git a/site/en-snapshot/tfx/tutorials/tfx/penguin_template.ipynb b/site/en-snapshot/tfx/tutorials/tfx/penguin_template.ipynb index 3440cc3a31..c5b194af24 100644 --- a/site/en-snapshot/tfx/tutorials/tfx/penguin_template.ipynb +++ b/site/en-snapshot/tfx/tutorials/tfx/penguin_template.ipynb @@ -1400,7 +1400,7 @@ }, "outputs": [], "source": [ - "!gsutil cp data/data.csv gs://{GOOGLE_CLOUD_PROJECT}-kubeflowpipelines-default/tfx-template/data/penguin/" + "!gcloud storage cp data/data.csv gs://{GOOGLE_CLOUD_PROJECT}-kubeflowpipelines-default/tfx-template/data/penguin/" ] }, { diff --git a/site/es-419/tfx/tutorials/tfx/penguin_template.ipynb b/site/es-419/tfx/tutorials/tfx/penguin_template.ipynb index 4a825151b7..3aa8b8699a 100644 --- a/site/es-419/tfx/tutorials/tfx/penguin_template.ipynb +++ b/site/es-419/tfx/tutorials/tfx/penguin_template.ipynb @@ -1199,7 +1199,7 @@ }, "outputs": [], "source": [ - "!gsutil cp data/data.csv gs://{GOOGLE_CLOUD_PROJECT}-kubeflowpipelines-default/tfx-template/data/penguin/" + "!gcloud storage cp data/data.csv gs://{GOOGLE_CLOUD_PROJECT}-kubeflowpipelines-default/tfx-template/data/penguin/" ] }, { diff --git a/site/ja/tfx/tutorials/tfx/penguin_template.ipynb b/site/ja/tfx/tutorials/tfx/penguin_template.ipynb index 89963403ad..2b042eae3d 100644 --- a/site/ja/tfx/tutorials/tfx/penguin_template.ipynb +++ b/site/ja/tfx/tutorials/tfx/penguin_template.ipynb @@ -1199,7 +1199,7 @@ }, "outputs": [], "source": [ - "!gsutil cp data/data.csv gs://{GOOGLE_CLOUD_PROJECT}-kubeflowpipelines-default/tfx-template/data/penguin/" + "!gcloud storage cp data/data.csv gs://{GOOGLE_CLOUD_PROJECT}-kubeflowpipelines-default/tfx-template/data/penguin/" ] }, { diff --git a/site/ko/tfx/tutorials/tfx/gcp/vertex_pipelines_vertex_training.ipynb b/site/ko/tfx/tutorials/tfx/gcp/vertex_pipelines_vertex_training.ipynb index 304639890f..622961ab8b 100644 --- a/site/ko/tfx/tutorials/tfx/gcp/vertex_pipelines_vertex_training.ipynb +++ b/site/ko/tfx/tutorials/tfx/gcp/vertex_pipelines_vertex_training.ipynb @@ -349,7 +349,7 @@ }, "outputs": [], "source": [ - "!gsutil cp gs://download.tensorflow.org/data/palmer_penguins/penguins_processed.csv {DATA_ROOT}/" + "!gcloud storage cp gs://download.tensorflow.org/data/palmer_penguins/penguins_processed.csv {DATA_ROOT}/" ] }, { @@ -369,7 +369,7 @@ }, "outputs": [], "source": [ - "!gsutil cat {DATA_ROOT}/penguins_processed.csv | head" + "!gcloud storage cat {DATA_ROOT}/penguins_processed.csv | head" ] }, { @@ -576,7 +576,7 @@ }, "outputs": [], "source": [ - "!gsutil cp {_trainer_module_file} {MODULE_ROOT}/" + "!gcloud storage cp {_trainer_module_file} {MODULE_ROOT}/" ] }, { diff --git a/site/ko/tfx/tutorials/tfx/penguin_template.ipynb b/site/ko/tfx/tutorials/tfx/penguin_template.ipynb index c5ad50e2b2..c1fa4ac02e 100644 --- a/site/ko/tfx/tutorials/tfx/penguin_template.ipynb +++ b/site/ko/tfx/tutorials/tfx/penguin_template.ipynb @@ -1201,7 +1201,7 @@ }, "outputs": [], "source": [ - "!gsutil cp data/data.csv gs://{GOOGLE_CLOUD_PROJECT}-kubeflowpipelines-default/tfx-template/data/penguin/" + "!gcloud storage cp data/data.csv gs://{GOOGLE_CLOUD_PROJECT}-kubeflowpipelines-default/tfx-template/data/penguin/" ] }, { diff --git a/site/zh-cn/tfx/tutorials/tfx/penguin_template.ipynb b/site/zh-cn/tfx/tutorials/tfx/penguin_template.ipynb index d4089757b4..019ffded36 100644 --- a/site/zh-cn/tfx/tutorials/tfx/penguin_template.ipynb +++ b/site/zh-cn/tfx/tutorials/tfx/penguin_template.ipynb @@ -1199,7 +1199,7 @@ }, "outputs": [], "source": [ - "!gsutil cp data/data.csv gs://{GOOGLE_CLOUD_PROJECT}-kubeflowpipelines-default/tfx-template/data/penguin/" + "!gcloud storage cp data/data.csv gs://{GOOGLE_CLOUD_PROJECT}-kubeflowpipelines-default/tfx-template/data/penguin/" ] }, {