Sodamhan.com

TL;DR

dvc freeze

Freeze stages in the DVC pipeline. This prevents DVC from tracking changes in stage dependencies and re-execution until unfreeze. See also dvs unfreeze. More information: https://dvc.org/doc/command-reference/freeze.

  • Freeze one or more specified stages:

dvc freeze stage_name1 stage_name2 ...

This document was created using the contents of the tldr project.