Customize Docker builds
Using Docker images to run your pipeline.
Last updated
Using Docker images to run your pipeline.
Last updated
ZenML executes pipeline steps sequentially in the active Python environment when running locally. However, with remote orchestrators or step operators, ZenML builds Docker images to run your pipeline in an isolated, well-defined environment.
This section discusses how to control this dockerization process.