[FEA]: Each conda
package should have a separate conda
env file for example pipepline dependencies
#2021
Labels
dependencies
Pull requests that update a dependency file
enhancement
Additional functionality added to an existing feature
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 fileexamples_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 originalexamples_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
The text was updated successfully, but these errors were encountered: