Local Orchestrator
Orchestrating your pipelines to run locally.
When to use it
How to deploy it
How to use it
zenml orchestrator register <ORCHESTRATOR_NAME> --flavor=local
# Register and activate a stack with the new orchestrator
zenml stack register <STACK_NAME> -o <ORCHESTRATOR_NAME> ... --setpython file_that_runs_a_zenml_pipeline.pyLast updated
Was this helpful?