-
Notifications
You must be signed in to change notification settings - Fork 11
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 building multi-arch containers for CI #90
Merged
rapids-bot
merged 5 commits into
nv-morpheus:branch-25.02
from
dagardner-nv:david-arm-ci
Jan 15, 2025
Merged
Support building multi-arch containers for CI #90
rapids-bot
merged 5 commits into
nv-morpheus:branch-25.02
from
dagardner-nv:david-arm-ci
Jan 15, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 tasks
mdemoret-nv
approved these changes
Jan 14, 2025
/merge |
rapids-bot bot
pushed a commit
to nv-morpheus/MRC
that referenced
this pull request
Jan 15, 2025
* Add Arm64 build and test stages to CI * Refactor `Dockerfile` as a multi-arch container * Add Arm64 (`aarch64`) to `dependencies.yaml` matrix * Applies fix to #525 provided by @willkill07 * Adds Arm64 Conda package output Related to nv-morpheus/utilities#90 Closes #525 Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Will Killian (https://github.com/willkill07) - Michael Demoret (https://github.com/mdemoret-nv) URL: #524
rapids-bot bot
pushed a commit
to nv-morpheus/Morpheus
that referenced
this pull request
Jan 16, 2025
* Add Arm64 build and test stages to CI * Refactor CI docker images as a multi-arch container * Add Arm64 Conda package output * Add Arm64 (`aarch64`) to `dependencies.yaml` matrix * Skip DOCA builds for arm (#2092). * Skip tests for ARM conda builds, this avoids the need for an ARM GPU runner. * The following packages are x86_64 specific: include-what-you-use (later versions support ARM), vale, milvus and pymilvus. * The following packages have arm builds on pypi but not on conda-forge: pypdfium2, newspaper3k (package is no-arch but some deps are x86_64 only). For these we obtain them via pip on arm, but continue to install via conda for x86_64. * pytorch cuda builds exist for ARM but lack the same meta-data that the x86_64 builds do. For now the cpu version of torch is installed for ARM #2095 Related to nv-morpheus/utilities#90 Requires nv-morpheus/MRC#524 to be merged first Closes [#2094](#2094) ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md). - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #2093
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3 - Ready for Review
PR/Issue is complete and ready for review by team
improvement
Improvement to existing functionality
non-breaking
Non-breaking change
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
qemu
for performing arm64 builds from an amd64 host (or potentially vice versa)Checklist