ml-operations / cli
uv
Capability: uv
Use it when
- create and sync a fast reproducible Python environment
- lock training or data dependencies and run commands inside the resolved environment
What it solves
Not the fit when
- system libraries and accelerator drivers remain outside the Python lockfile
Install
curl -LsSf https://astral.sh/uv/install.sh | sh
Invoke
Run `uv init` or adopt an existing project, use `uv add` and `uv lock`, then execute tools or scripts with `uv run` from the locked environment.
Alternatives
No reviewed alternatives recorded yet.