zachgk commented on a change in pull request #14637: Add publish test of PyPi cu100mkl URL: https://github.com/apache/incubator-mxnet/pull/14637#discussion_r276008235
########## File path: ci/docker/Dockerfile.publish.ubuntu1404_gpu ########## @@ -18,7 +18,7 @@ # # Dockerfile to run MXNet on Ubuntu 14.04 for GPU -FROM ubuntu:14.04 +FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu14.04 Review comment: Undo this line. The CUDA and tools are installed through tools/setup_gpu_build_tools.sh instead of through Docker in order to handle the number of CUDA versions that we support. You only need to change mxnet_variant ---------------------------------------------------------------- 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
