larroy 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_r193583993
##########
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:
disagree. Locally we don't want to use cache, this is just an artifact for
CI. please merge this PR. This is working and should work as intented in CI.
----------------------------------------------------------------
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