This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fe9387  Add tqdm to support The Straight Dope CI (#11153)
6fe9387 is described below

commit 6fe9387e83af98f34a8a98effeae1e38584616e8
Author: Sergey Sokolov <[email protected]>
AuthorDate: Wed Jun 6 20:20:52 2018 -0700

    Add tqdm to support The Straight Dope CI (#11153)
    
    * Add tqdm to support The Straight Dope CI
    
    * Empty commit to force CI
---
 ci/docker/install/ubuntu_tutorials.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/docker/install/ubuntu_tutorials.sh 
b/ci/docker/install/ubuntu_tutorials.sh
index 886ce93..c8d238c 100755
--- a/ci/docker/install/ubuntu_tutorials.sh
+++ b/ci/docker/install/ubuntu_tutorials.sh
@@ -22,5 +22,5 @@
 
 set -ex
 apt-get install graphviz python-opencv
-pip2 install jupyter matplotlib Pillow opencv-python scikit-learn graphviz
-pip3 install jupyter matplotlib Pillow opencv-python scikit-learn graphviz
\ No newline at end of file
+pip2 install jupyter matplotlib Pillow opencv-python scikit-learn graphviz tqdm
+pip3 install jupyter matplotlib Pillow opencv-python scikit-learn graphviz tqdm

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to