ChaiBapchya commented on code in PR #21148:
URL: https://github.com/apache/mxnet/pull/21148#discussion_r1025529267


##########
ci/docker/install/ubuntu_tutorials.sh:
##########
@@ -24,5 +24,9 @@ set -ex
 apt-get update || true
 apt-get install graphviz
 
-# sckit-learn past version 0.20 does not support python version 2 and 3.4
-pip3 install jupyter matplotlib Pillow opencv-python scikit-learn 
graphviz==0.8.4 tqdm mxboard scipy gluoncv
+pip3 install graphviz==0.8.4 tqdm mxboard
+pip3 install jupyter
+pip3 install matplotlib Pillow opencv-python
+pip3 install scipy gluoncv
+pip3 install scikit-learn
+

Review Comment:
   unrelated to graduation name change but looks good to me regardless.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to