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
deploy.Dockerfile: fix git missing and replace heredoc with script file
- Install git before uv pip install (required for git+https:// deps)
- Replace heredoc RUN (not portable across podman versions) with
scripts/prefetch_artifacts.py copied into the image and executed
0 commit comments