marcoabreu commented on a change in pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs. URL: https://github.com/apache/incubator-mxnet/pull/13310#discussion_r236058517
########## File path: ci/docker/Dockerfile.build.ubuntu_gpu_tensorrt ########## @@ -18,7 +18,10 @@ # # Dockerfile to run MXNet on Ubuntu 16.04 for CPU -FROM nvidia/cuda:9.0-cudnn7-devel +FROM nvidia/cuda:10.0-cudnn7-devel + +# Avoid interactive package installers. +ENV DEBIAN_FRONTEND noninteractive Review comment: Which package specifically triggers the prompt? ---------------------------------------------------------------- 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
