How to Share Compiled Artifacts

May 30, 2026 | 5 min read

Network Volume

mount -t nfs server:/pyvorin-cache ~/.pyvorin/cache

S3-backed Cache

aws s3 sync ~/.pyvorin/cache s3://mybucket/pyvorin-cache/
aws s3 sync s3://mybucket/pyvorin-cache/ ~/.pyvorin/cache

Container Image

COPY --from=builder /root/.pyvorin/cache /root/.pyvorin/cache