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

[FEA]: Each conda package should have a separate conda env file for example pipepline dependencies #2021

Open
2 tasks done
yczhang-nv opened this issue Oct 30, 2024 · 0 comments
Labels
dependencies Pull requests that update a dependency file enhancement Additional functionality added to an existing feature

Comments

@yczhang-nv
Copy link
Contributor

yczhang-nv commented Oct 30, 2024

Is this a new feature, an improvement, or a change to existing functionality?

Improvement

How would you describe the priority of this feature request

High

Please provide a clear description of problem this feature solves

After Morpheus compartmentalization, the codebase is separated into three conda packages, meanwhile all the additional dependencies needed for running example pipelines are still included in one single file examples_cuda-125_arch-x86_64.yaml. It is not ideal for customers to install the whole additional dependencies just to run a small subset of the examples.

Describe your ideal solution

Each Morpheus conda package should have a separate conda file that only contains the dependencies that's needed by the package to run the corresponding examples. For morpheus-core, it's fine to keep the original examples_cuda-125_arch-x86_64.yaml but this can also be improved in the future (e.g. create a separate conda file for each example pipeline).

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I have searched the open feature requests and have found no duplicates for this feature request
@yczhang-nv yczhang-nv added dependencies Pull requests that update a dependency file enhancement Additional functionality added to an existing feature labels Oct 30, 2024
@yczhang-nv yczhang-nv changed the title [FEA]: Each conda package should have a separate conda env file for example dependencies [FEA]: Each conda package should have a separate conda env file for example pipepline dependencies Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement Additional functionality added to an existing feature
Projects
Status: Todo
Development

No branches or pull requests

1 participant