commands.sh

dvc freeze

all

Freeze stages in the DVC pipeline. This prevents DVC from tracking changes in stage dependencies and re-execution until unfreeze. See also: `dvc unfreeze`.

More info →

Examples (1)

Freeze one or more specified stages

dvc freeze stage_name1 stage_name2 ...
made by @shridhargupta | data from tldr-pages