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 2019/06/02 06:04:51 UTC

[incubator-mxnet] branch master updated: Add gluonCV to fix AMP Tutorial (#15039)

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 6118dcc  Add gluonCV to fix AMP Tutorial (#15039)
6118dcc is described below

commit 6118dcc1292e728c0a383319a004a882c3d4ee63
Author: Chance Bair <ch...@gmail.com>
AuthorDate: Sun Jun 2 08:04:15 2019 +0200

    Add gluonCV to fix AMP Tutorial (#15039)
---
 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 4e40426..eb1f703 100755
--- a/ci/docker/install/ubuntu_tutorials.sh
+++ b/ci/docker/install/ubuntu_tutorials.sh
@@ -25,5 +25,5 @@ apt-get update || true
 apt-get install graphviz python-opencv
 
 # sckit-learn past version 0.20 does not support python version 2 and 3.4
-pip2 install jupyter matplotlib Pillow opencv-python "scikit-learn<0.21.0" graphviz tqdm mxboard scipy
-pip3 install jupyter matplotlib Pillow opencv-python scikit-learn graphviz tqdm mxboard scipy
+pip2 install jupyter matplotlib Pillow opencv-python "scikit-learn<0.21.0" graphviz tqdm mxboard scipy gluoncv
+pip3 install jupyter matplotlib Pillow opencv-python scikit-learn graphviz tqdm mxboard scipy gluoncv