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/06/11 09:24:28 UTC

[GitHub] lebeg commented on a change in pull request #11220: [MXNET-244][MXNET-523][ARM] improvements to ARMv7 based builds.

lebeg commented on a change in pull request #11220: [MXNET-244][MXNET-523][ARM] improvements to ARMv7 based builds.
URL: https://github.com/apache/incubator-mxnet/pull/11220#discussion_r194337656
 
 

 ##########
 File path: ci/build.py
 ##########
 @@ -76,7 +76,7 @@ def build_docker(platform: str, docker_binary: str, registry: str) -> None:
     cmd = [docker_binary, "build",
            "-f", get_dockerfile(platform),
            "--build-arg", "USER_ID={}".format(os.getuid()),
-           "--cache-from", tag,
+           #"--cache-from", tag,
 
 Review comment:
   Why did you comment this out?

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