larroy commented on a change in pull request #13077: Add --no-cache option to
build.py when building containers
URL: https://github.com/apache/incubator-mxnet/pull/13077#discussion_r231486401
##########
File path: ci/build.py
##########
@@ -434,6 +436,9 @@ def main() -> int:
" to use local layers for caching. If absent, we use
the cache from dockerhub"
" which is the default.")
+ parser.add_argument("--no-cache", action="store_true",
+ help="passes --no-cache to docker build")
Review comment:
Did you check docker documentation for that flag? It's documented in docker.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services