elegant-lamp-40213
04/09/2024, 7:24 AM@conda
decorator offered by Metaflow. I have two questions there that I will decouple in two separate posts.
First conda question: I am leveraging conda to manage my compute environment. This is done independently from Metaflow, in a docker image that serves as base for my workflow of workflows. And this environment covers all basic dependencies for my flows.
There is one step from one flow for which I need to recreate a dedicated environment based on a conda env file. However I just found out that the conda env bootstrapping from Metaflow would not leverage my conda installation, so it forces me to specify the dependencies I already manage under the hood.
Is there a way to tell Metaflow about using an existing conda installation for bootstrapping? Like the base environment (or any env to be used by default) would be available already and Metaflow would only have to create the step env on the fly?square-wire-39606
04/09/2024, 7:32 AMelegant-lamp-40213
04/09/2024, 7:44 AM