-
Notifications
You must be signed in to change notification settings - Fork 54
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
Split release and source dockerfile #1178
Split release and source dockerfile #1178
Conversation
Thank you for the PR! |
Thank you for the PR! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1178 +/- ##
=======================================
Coverage 91.83% 91.83%
=======================================
Files 77 77
Lines 11191 11191
=======================================
Hits 10277 10277
Misses 914 914
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thank you for the PR! |
1 similar comment
Thank you for the PR! |
Thank you for the PR! |
1 similar comment
Thank you for the PR! |
9826dfa
to
e046708
Compare
Thank you for the PR! |
…on-on-release13x-and-main
Thank you for the PR! |
…on-on-release13x-and-main
Thank you for the PR! |
Thank you for the PR! |
1 similar comment
Thank you for the PR! |
…on-on-release13x-and-main
Thank you for the PR! |
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.
Please check my comment regarding the documentation.
Thank you for the PR! |
Thank you for the PR! |
The copy of tzdata was originally intended to be used from the root of the repository. The documentation states building docker images from the docker directory. This had to be aligned. Moreover, each RUN line in a Dockerfile represents the building of another intermediate image. This has to be taken into account when writing the files. Commands such as "cd" will not work on separate lines.
Thank you for the PR! |
Description
Original purpose: Github action runners became incapable of building the heat docker file with the nvidia container, so a solution had to be found. This remains to be fixed, but the split Dockerfile and example scripts should alleviate some of the hurdles in building/running containers for users.
Additionally, removed any specific heat version number from the documentation, scripts and Dockerfiles.
Issue/s resolved: #1168, #1254
Changes proposed:
Due Diligence
Does this change modify the behavior of other functions? If so, which?
no