marcoabreu commented on a change in pull request #11169: Fix ci/build.py using 
remote cache locally
URL: https://github.com/apache/incubator-mxnet/pull/11169#discussion_r193502348
 
 

 ##########
 File path: ci/build.py
 ##########
 @@ -221,56 +221,62 @@ def script_name() -> str:
                         help="go in a shell inside the container",
                         action='store_true')
 
-    parser.add_argument("--docker-registry",
-                        help="Dockerhub registry name to retrieve cache from",
+    parser.add_argument("-d", "--docker-registry",
+                        help="Dockerhub registry name to retrieve cache from. 
Default is 'mxnetci'",
                         default='mxnetci',
                         type=str)
 
+    parser.add_argument("-c", "--cache", action="store_true",
 
 Review comment:
   Please don't forget that we actually WANT the people to use the cache 
locally. If there's a problem, we should fix it.

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