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

Add support for merging directories in hybrid packager #139

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

titu1994
Copy link
Collaborator

Changelog

  • Adds support for passing "" as a directory key - which simply saves the data to the root of /nemo_run/code
  • Adds support for Lists of packagers assigned to any directory key - this allows multiple directories to be composed inside the same target location
  • Combining both of the above - allows combining multiple repos in a flat hierarchy inside /nemo_run/code/ which enable Skills and dependent libraries to compose their code bases via PYTHONPATH=$PYTHONPATH:/nemo_run/code without having to explicitly append each directory and without having to change script paths
  • Add tests for this functionality

Signed-off-by: smajumdar <titu1994@gmail.com>
@titu1994 titu1994 requested a review from hemildesai January 22, 2025 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant