snippetbashTip
dvc freeze — Freeze stages in the DVC pipeline. This prevents DVC from tracking changes in stage dependencies and
Viewed 0 times
thefreezedvc freezecommandstagesclidvcpipeline
Problem
How to use the
dvc freeze command: 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 information: <https://doc.dvc.org/command-reference/freeze>.Solution
dvc freeze — 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 information: <https://doc.dvc.org/command-reference/freeze>.Freeze one or more specified stages:
dvc freeze {{stage_name1 stage_name2 ...}}Code Snippets
Freeze one or more specified stages
dvc freeze {{stage_name1 stage_name2 ...}}Context
tldr-pages: common/dvc freeze
Revisions (0)
No revisions yet.