Persistent cache mount in RUN buildkit

Reuse package cache across builds without bloating layers; survives between runs

RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt
more buildkit all 4 commands →