Skip to content

Commit b56299a

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/tfx/cloud-ai-platform-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ The notebook will upload our sample data to GCS bucket so that we can use it in
359359
our pipeline later.
360360

361361
```python
362-
!gsutil cp data/data.csv gs://{GOOGLE_CLOUD_PROJECT}-kubeflowpipelines-default/tfx-template/data/taxi/data.csv
362+
!gcloud storage cp data/data.csv gs://{GOOGLE_CLOUD_PROJECT}-kubeflowpipelines-default/tfx-template/data/taxi/data.csv
363363
```
364364

365365
The notebook then uses the `tfx pipeline create` command to create the pipeline.

0 commit comments

Comments
 (0)