You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/14 18:46:28 UTC

[GitHub] KellenSunderland commented on a change in pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs.

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_r247611206
 
 

 ##########
 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:
   So the package that fails is tzdata.  Here's the output:
   ```
   Setting up tzdata (2018i-0ubuntu0.18.04) ...
   debconf: unable to initialize frontend: Dialog
   debconf: (TERM is not set, so the dialog frontend is not usable.)
   debconf: falling back to frontend: Readline
   Configuring tzdata
   ------------------
   
   Please select the geographic area in which you live. Subsequent configuration
   questions will narrow this down by presenting a list of cities, representing
   the time zones in which they are located.
   
     1. Africa      4. Australia  7. Atlantic  10. Pacific  13. Etc
     2. America     5. Arctic     8. Europe    11. SystemV
     3. Antarctica  6. Asia       9. Indian    12. US
   ```
   
   Example run: http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/unix-gpu/branches/PR-13874/runs/1/nodes/42/log/?start=0

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


With regards,
Apache Git Services