Hi there, I am reading the documentation on <https...
# ask-metaflow
t
Hi there, I am reading the documentation on https://docs.metaflow.org/scaling/dependencies/internals. Is there a way to disable the below local <-> remote environment sync?
It ships the locally resolved environment for remote execution, even when the remote environment uses a different operating system and CPU architecture than the client (OS X vs. Linux).
I have also read https://outerbounds-community.slack.com/archives/C02116BBNTU/p1697359042901309?thread_ts=1697198947.028709&amp;cid=C02116BBNTU and I am still a bit confused what the workflow is when you're local hardware is different from your remote. Context: local is an Arm Mac developer, remote is Batch GPU multi-node. The below would resolve on the remote, but not locally, hence user is not able to launch flow.
Copy code
@conda(libraries={"pytorch::pytorch-cuda": "12.1"})