Mousius commented on a change in pull request #10257:
URL: https://github.com/apache/tvm/pull/10257#discussion_r810977923
##########
File path: docker/install/ubuntu_install_python_package.sh
##########
@@ -32,10 +32,12 @@ pip3 install \
packaging \
Pillow \
pytest \
+ tlcpack-sphinx-addon==0.2.1 \
pytest-profiling \
pytest-xdist \
requests \
scipy \
synr==0.6.0 \
six \
+ ninja \
Review comment:
`apt` has better security and stability vs `pip`, especially given we
install all these dependencies blindly - I'd generally favour using the OSes
package manager until we actually need to work around it.
--
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]