Local Docker Orchestrator
Orchestrating your pipelines to run in Docker.
When to use it
How to deploy it
How to use it
zenml orchestrator register <ORCHESTRATOR_NAME> --flavor=local_docker
# Register and activate a stack with the new orchestrator
zenml stack register <STACK_NAME> -o <ORCHESTRATOR_NAME> ... --setpython file_that_runs_a_zenml_pipeline.pyAdditional configuration
Enabling CUDA for GPU-backed hardware
Last updated
Was this helpful?