Local Deployer
Deploying pipelines on your local machine as background processes.
When to use it
How to deploy it
How to use it
zenml deployer register <DEPLOYER_NAME> --flavor=local
# Register and activate a stack with the new deployer
zenml stack register <STACK_NAME> -D <DEPLOYER_NAME> ... --setzenml pipeline deploy --name my_deployment my_module.my_pipelineAdditional configuration
Last updated
Was this helpful?