Looks very cool! Love the conceptual simplicity of it. I’m wondering if I develop in Python on my MacBook and use a library like PIL (Pillow) which on my Mac is ARM-specific, will rx install the Intel version in the cloud?
Thanks! Yeah, it takes a look at your requirements.txt (or environment.yml) and uses that to install on the remote machine. So as long as that doesn't specify a particular arch, it'll chose whatever it's running on.