ChaiBapchya opened a new pull request #18130: URL: https://github.com/apache/incubator-mxnet/pull/18130
## Description ## Force the docker to use cache for intermediate layers. cache_intermediate flag prevents removal of intermediate layers while building docker containers in the slave instances. However, by setting it to False by default, this caching of intermediate layers is never used in our CI docker containers. ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] Changes are complete (i.e. I finished coding on this PR) - [ ] Code is well-documented: - [ ] To the best of my knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change ## Comments ## This should hopefully cache the intermediate steps for subsequent CI runs on an instance that has already build the docker container. It will help expedite the time to build the container on those subsequent CI runs. Note : This comes into the picture only when the CI files aren't changed i.e. instructions to build docker container remain unchanged. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
