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_r237715704
 
 

 ##########
 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:
   I'd like to get rid of this if possible. Or at least get it tracked down as 
closely as possible and then restrict the scope of that variable.

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

Reply via email to