Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 697 Bytes

File metadata and controls

11 lines (7 loc) · 697 Bytes
description
Using Docker images to run your pipeline.

🐳 Customize Docker Builds

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.

ZenML Scarf