Skip to content

Commit

Permalink
fix typo (#432) (#433)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7d9d189)
  • Loading branch information
wjayesh committed Feb 25, 2022
1 parent 86d290e commit 5dc05a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/features/cloud-pipelines/guide-aws-gcp-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ To run our pipeline on Kubeflow Pipelines deployed to cloud, we will create a ne
2. Register the stack components

```powershell
zenml container-registry register cloud-registry --type=default --uri=$PATH_TO_YOUR_CONTAINER_REGISTRY
zenml container-registry register cloud_registry --type=default --uri=$PATH_TO_YOUR_CONTAINER_REGISTRY
zenml orchestrator register cloud_orchestrator --type=kubeflow --custom_docker_base_image_name=YOUR_IMAGE
zenml metadata-store register kubeflow_metadata_store --type=kubeflow
zenml artifact-store register cloud_artifact_store --type=<s3/gcp/azure> --path=$PATH_TO_YOUR_BUCKET
Expand Down

0 comments on commit 5dc05a8

Please sign in to comment.