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/cacheS3-backed Cache
aws s3 sync ~/.pyvorin/cache s3://mybucket/pyvorin-cache/
aws s3 sync s3://mybucket/pyvorin-cache/ ~/.pyvorin/cacheContainer Image
COPY --from=builder /root/.pyvorin/cache /root/.pyvorin/cache