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

 ##########
 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 believe the cuda10 version of cudnn includes a package in its closure that 
triggers the prompt.  I'd have to re-run the Dockerfile without this to see.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to