-
Notifications
You must be signed in to change notification settings - Fork 110
Add nightly container support #180
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 nightly container support #180
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
…bhu/cuopt_public into add_nightly_container_support
|
/ok to test |
|
/ok to test 812d751 |
|
/ok to test |
|
/ok to test |
…bhu/cuopt_public into add_nightly_container_support
gforsyth
left a comment
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.
Hi @rgsl888prabhu -- I've made it through most of this and flagged up a few questions and changes -- I can take another look after we clarify a bit more on some of the question areas.
|
@gforsyth May I get your review on this |
…bhu/cuopt_public into add_nightly_container_support
rgsl888prabhu
left a comment
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.
@gforsyth I have addressed review comments, may I get your review on this
7ad250e to
e5f1248
Compare
gforsyth
left a comment
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.
Thanks for bearing with me during the various iterations @rgsl888prabhu !
Thanks to you and @jameslamb it is in much better shape. |
|
/merge |
Adds workflow for container build, test and push for nightly and release. Nightly container would have the tag for example 25.8.0a-cuda12.8-py3.12 And these will be published to https://hub.docker.com/r/nvidia/cuopt/tags and ngc internal registry. This PR also removes several unused workflows and also update license header. ## Issue closes #123 Authors: - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Trevor McKay (https://github.com/tmckayus) - Gil Forsyth (https://github.com/gforsyth) URL: #180
Description
Adds workflow for container build, test and push for nightly and release.
Nightly container would have the tag for example 25.8.0a-cuda12.8-py3.12
And these will be published to https://hub.docker.com/r/nvidia/cuopt/tags and ngc internal registry.
This PR also removes several unused workflows and also update license header.
Issue
closes #123
Checklist