Dockerfile with multi-layer dependencies using uv and pyproject.toml
Introduction uv is a modern, fast Python package and project manager. It is arguably the best thing that has happened to the Python ecosystem in recent years. Before its arrival, I had to use a c...