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_r236058494
 
 

 ##########
 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:
   At the moment it's specific to cuda10 (and actually the cudnn 7 version 
referenced here).  It pulls in some new dep that has an interactive installer 
by default.  I'm not sure why we'd duplicate this env var in a bunch of install 
scripts, wouldn't it make more sense to put them in our base images to reduce 
duplication?  I totally don't feel strongly about this though, so whatever file 
you think this should go in I can move it to.

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