6 ms·
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
by bognition 11mo 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.