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
fix: install pip transiently in builder, not in requirements
pip is needed only by setup_oss_compliance.sh during the build.
Install it via uv in each builder stage rather than pinning it in
requirements files, so it never appears as an explicit dependency.
Signed-off-by: Junpu Fan <junpu@amazon.com>
0 commit comments