:hand: Okay packages are building! The next snag ...
# general
p
Okay packages are building! The next snag is... I have some IOT devices spread around the globe with less than ideal bandwidth conditions. Pex files go a long way to only pull the things that are needed. That said, bandwidth is low and I'm curious if the pex files could be layered some how? pex == dependencies + code kind of thing, where we can ship just the code changes if/when the dependencies don't. In the past, I've done this with various OCI layering mechanisms - i.e. layered jars, layer for python deps + layer for code, etc..
1
I just had to type it out to find my answer 🤦
c
yes! also some good tid bits along those lines in this blog post by @bitter-ability-32190 https://blog.pantsbuild.org/optimizing-python-docker-deploys-using-pants/
p
wonderful!