You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2018/06/07 03:21:00 UTC

[incubator-mxnet] branch master updated: Add tqdm to support The Straight Dope CI (#11153)

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 <Se...@gmail.com>
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
zhasheng@apache.org.