Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
safoinme committed Apr 26, 2024
1 parent 834cd1f commit e2abdc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,12 @@ zenml orchestrator register vertex_orchestrator \
--workload_service_account=vertex-ai-sa@zenml-core.iam.gserviceaccount.com
```

11- We also need a container registry:
```bash
zenml container-registry register gcp_container_registry --flavor=gcr --uri=gcr.io/zenml-core -c gcp_service_connector
```

11- Let's create a new stack that uses the remote artifact store and the vertex orchestrator:
```bash
zenml stack create -a gcp_artifact_store -e mlflow_experiment_tracker -o vertex_orchestrator -d bentoml_deployer -dv evidently_local vertex_stack
zenml stack register -a gcp_artifact_store -e mlflow_experiment_tracker -o vertex_orchestrator -d bentoml_deployer -c gcp_container_registry -dv evidently_data_validator vertex_stack
```
2 changes: 1 addition & 1 deletion e2e/READMEE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pip install zenml

5- Install the requirements and integrations:
```bash
zenml integrations install mlflow sklearn evidently bentoml
zenml integration install mlflow sklearn evidently bentoml
```

6- Register the local stack components and local stack:
Expand Down

0 comments on commit e2abdc1

Please sign in to comment.