With the latest version of Metaflow, how do I cach...
# ask-metaflow
c
With the latest version of Metaflow, how do I cache micromamba so it does not redownload during a remote flow run? Our image has it in the path, but it's still attempting to download it on bootstrap.
1
👀 1
a
this PR will search for micromamba in the image's path - https://github.com/Netflix/metaflow/pull/1581/files
thankyou 1
you can try it out by installing metaflow -
Copy code
pip install git+<https://github.com/netflix/metaflow.git@refs/pull/1581/head>