larroy commented on a change in pull request #11096: [MXNET-472]  ccache for 
docker builds
URL: https://github.com/apache/incubator-mxnet/pull/11096#discussion_r191979046
 
 

 ##########
 File path: ci/docker/Dockerfile.build.android_arm64
 ##########
 @@ -18,9 +18,16 @@
 #
 # Dockerfile to build MXNet for Android ARM64/ARMv8
 
+FROM ccache/build.ubuntu as ccachebuilder
+
+COPY install/ubuntu_install_ccache.sh /work/
+RUN /work/ubuntu_install_ccache.sh
+
 FROM dockcross/base:latest
 MAINTAINER Pedro Larroy "pllar...@amazon.com"
 
+COPY --from=ccachebuilder /usr/local/bin/ccache /usr/local/bin/ccache
 
 Review comment:
   what does this do? can we add a comment?

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


With regards,
Apache Git Services

Reply via email to