szha closed pull request #11153: Add tqdm to support The Straight Dope CI URL: https://github.com/apache/incubator-mxnet/pull/11153
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/ci/docker/install/ubuntu_tutorials.sh b/ci/docker/install/ubuntu_tutorials.sh index 886ce93c94c..c8d238cbc5b 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 ---------------------------------------------------------------- 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
