๐ŸณCustomize Docker builds

Using Docker images to run your pipeline.

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.

Last updated