Hacker News new | ask | show | jobs
by bognition 244 days ago
Why not?

In my docker files I use `uv sync` to install deps vs `pip install -f requirements.txt`

And then set my command to `uv run my_command.py` vs calling Python directly.