josephevans commented on code in PR #21148: URL: https://github.com/apache/mxnet/pull/21148#discussion_r1025801474
########## 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: Building of the docker container started hanging while installing all the PIP packages because of dependency chains, but splitting them up works fine. -- 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]
