how-to

How to Share Compiled Artifacts

Share native binaries across team members and environments.

Published May 30, 2026

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