-
Notifications
You must be signed in to change notification settings - Fork 1.8k
infra: [TRTLLM-325] Prepare for NGC release - multiplatform build #4191
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
infra: [TRTLLM-325] Prepare for NGC release - multiplatform build #4191
Conversation
99eb4ec
to
b9bc718
Compare
1c231e7
to
3b70ca1
Compare
/bot run |
PR_Github #4729 [ run ] triggered by Bot |
PR_Github #4729 [ run ] completed with state |
After reviewing the CI results, it appears that the error is likely unrelated to the changes made to the image. |
…uild Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
fdb70d6
to
20bd880
Compare
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
Signed-off-by: Martin Marciniszyn Mehringer <[email protected]>
/bot run |
PR_Github #4776 [ run ] triggered by Bot |
PR_Github #4776 [ run ] completed with state |
The tests failed owing to a known issue. Merging |
Multi-platform builds
This adds some preliminary support for multi-platform builds to the docker build system.
Description
This adds the command
This creates a development image for
amd64
andarm64
.N.B. This PR reverts changes from #3981.