-
Notifications
You must be signed in to change notification settings - Fork 159
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
Ensure default path values in morpheus.cli are no longer relative #62
Conversation
…e build, since we only generate them when doing an inplace build
…unclear on this, but the internet seems to imply that either include_package_data+MANIFEST.in or package_data should be used but not both
mostly LGTM, just had a few questions. |
Co-authored-by: Christopher Harris <xixonia@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of small changes
…s into david-cli-rel-paths
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now.
@gpucibot merge |
Brings directory size down to 1.6MB down from 270MB + Move large files to `exaples/data` + Migrate existing files in `exaples/data` to git-lfs + Add missing `email_with_addresses.jsonlines` needed for phishing detection developer guide + Update file paths in docs for data files + Update import paths in developer guide Depends on changes in ~~#62~~ Fixes #120 Authors: - David Gardner (/~https://github.com/dagardner-nv) - Michael Demoret (/~https://github.com/mdemoret-nv) Approvers: - /~https://github.com/raykallen - Michael Demoret (/~https://github.com/mdemoret-nv) URL: #130
+ Performs a non-inplace morpheus build. + Adds $ORIGIN to rpath of build binaries, fixing issue where libmorpheus.so was unable to find libmorpheus-utils.so (fixes #111 ) + ~~Removes the need for a gpu for the build stage~~ Blocked by Neo/nvml issue #186 + Common operations moved to common.sh + Fixes ci scripts so that they work locally (fixes #114 ) + Improve the way sccache is configured (fixes #110 ) This pull req incorporates changes from #62 Authors: - David Gardner (/~https://github.com/dagardner-nv) - Michael Demoret (/~https://github.com/mdemoret-nv) Approvers: - Devin Robison (/~https://github.com/drobison00) - Michael Demoret (/~https://github.com/mdemoret-nv) URL: #107
data dir is now underneath ./morpheus Relates to #62 Authors: - Pete MacKinnon (/~https://github.com/pdmack) Approvers: - Christopher Harris (/~https://github.com/cwharris) - Michael Demoret (/~https://github.com/mdemoret-nv) URL: #141
data dir has been relocated Relates to #62 and #141 Authors: - Pete MacKinnon (/~https://github.com/pdmack) Approvers: - Michael Demoret (/~https://github.com/mdemoret-nv) URL: #142
Moves the
data
dir under the morpheus dir. This allows it to be easily installable via setuptools & discoverable relative tomorpheus.__file__
and sets a new attributemorpheus.DATA_DIR
.This change also fixes a few random bugs related to non-inplace morpheus builds.
Allows morphues cli to be run are outside of the root of the repo
fixes #60