You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/07 12:28:08 UTC

[GitHub] lebeg commented on a change in pull request #13077: Add --no-cache option to build.py when building containers

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:
users@infra.apache.org


With regards,
Apache Git Services