You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use uv sync --locked in Dockerfile templates per official uv Docker guidance
Replace `uv pip install --system` with `uv sync --locked` in all 7
Dockerfile-uv.j2 templates. This uses the uv.lock file for reproducible
builds, adds two-stage dependency installation for layer caching, BuildKit
cache mounts, UV_COMPILE_BYTECODE for faster startup, and virtualenv PATH.
Also remove uv.lock from existing .gitignore files that were blocking it.
0 commit comments