lebeg 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_r231484975
 
 

 ##########
 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:
   Maybe elaborate a bit more what it's good for? Like: `ensures containers are 
rebuild`

----------------------------------------------------------------
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

Reply via email to