nix-exprs/templates/python-uv-torch-cu124/justfile

8 lines
114 B
Makefile
Raw Normal View History

2024-11-28 22:38:56 +08:00
set shell := ["bash", "-c"]
add *name:
uv add {{name}} --no-sync
remove *name:
uv remove {{name}} --no-sync