Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple conda environments in a single Workflow #256

Open
nh13 opened this issue Apr 21, 2023 · 0 comments
Open

Support multiple conda environments in a single Workflow #256

nh13 opened this issue Apr 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@nh13
Copy link
Contributor

nh13 commented Apr 21, 2023

Currently, the if one would like multiple conda environments available to the workflow, you can build them into the main docker image (e.g. with conda-env-builder, then activate them as part of each subprocess call. It would be nicer if you could decorate tasks such that a named conda environment could be activated, or a path to a specific environment.yml could be given such that latch would pre-build the environment then activate it (bonus points for knowing when to rebuild if the yml changes). Both of these would improve code readability quite a bit as well as support easier reproducible workflows.

@nh13 nh13 added the enhancement New feature or request label Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant