From 6720553b667fd25bd71c88807541416b277ef7c3 Mon Sep 17 00:00:00 2001 From: Chance Bair Date: Wed, 22 May 2019 13:26:01 +0200 Subject: [PATCH] Add gluonCV to fix AMP Tutorial --- 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 4e40426ed85c..eb1f7039d8e9 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