HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

dvc unfreeze — Unfreeze stages in the DVC pipeline. This allows DVC to start tracking changes in stage dependencies

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theunfreezestagescommanddvc unfreezeclidvcpipeline

Problem

How to use the dvc unfreeze command: Unfreeze stages in the DVC pipeline. This allows DVC to start tracking changes in stage dependencies again after they were frozen. See also: dvc freeze. More information: <https://doc.dvc.org/command-reference/unfreeze>.

Solution

dvc unfreeze — Unfreeze stages in the DVC pipeline. This allows DVC to start tracking changes in stage dependencies again after they were frozen. See also: dvc freeze. More information: <https://doc.dvc.org/command-reference/unfreeze>.

Unfreeze one or more specified stages:
dvc unfreeze {{stage_name1 stage_name2 ...}}

Code Snippets

Unfreeze one or more specified stages

dvc unfreeze {{stage_name1 stage_name2 ...}}

Context

tldr-pages: common/dvc unfreeze

Revisions (0)

No revisions yet.