larroy commented on a change in pull request #15990: Remove python2 from CI URL: https://github.com/apache/incubator-mxnet/pull/15990#discussion_r372680117
########## File path: ci/docker/install/ubuntu_core.sh ########## @@ -21,6 +21,7 @@ # the whole docker cache for the image set -ex +perl -pi -e 's/archive.ubuntu.com/us-west-2.ec2.archive.ubuntu.com/' /etc/apt/sources.list Review comment: use the AWS mirror instead of the default ubuntu one, making docker rebuild significantly faster. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
