marcoabreu commented on a change in pull request #10917: [MXNET-416] Add docker 
cache
URL: https://github.com/apache/incubator-mxnet/pull/10917#discussion_r187869036
 
 

 ##########
 File path: ci/build.py
 ##########
 @@ -33,6 +33,7 @@
 import shutil
 import subprocess
 import sys
+import docker_cache
 
 Review comment:
   This process here is slightly different since we use S3 and ``docker save`` 
instead of a docker registry with ``docker push/pull``. This is necessary due 
to the requirement to preserve the intermediary caching layers.
   
   For our users, we would basically only have to change the publish part which 
pushes to a registry instead of our S3 bucket. Should be quite straight forward.

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