marcoabreu commented on a change in pull request #8960: [Do not merge] Move to new CI URL: https://github.com/apache/incubator-mxnet/pull/8960#discussion_r155163533
########## File path: tests/ci_build/pip_tests/Dockerfile.in.pip_cpu ########## @@ -1,4 +1,4 @@ # -*- mode: dockerfile -*- # dockerfile to test pip installation on CPU -FROM ubuntu:14.04 +FROM ubuntu:16.04 Review comment: OpenBlas on ubuntu14.04 is not compatible to the latest CPUs running in C5 instances. This could be fixed if OpenBlas released a new version on Ubuntu14.04, but so far they didn't and I wanted to refrain from downloading and compiling the latest version myself. ---------------------------------------------------------------- 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
