Files
cheatsheet-tldr/tldr/dvc-freeze
2025-12-20 00:20:53 +00:00

16 lines
423 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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 ...}}`