You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/09/17 00:07:56 UTC

[GitHub] [tvm] driazati commented on a diff in pull request #12828: Fix caffe, boost install in Python venvs by creating python3.X link

driazati commented on code in PR #12828:
URL: https://github.com/apache/tvm/pull/12828#discussion_r973511124


##########
docker/install/ubuntu_install_caffe.sh:
##########
@@ -65,5 +65,4 @@ cd / && rm -rf /caffe_src
 
 PYCAFFE_ROOT=${CAFFE_HOME}/python
 echo "${CAFFE_HOME}/lib" >> /etc/ld.so.conf.d/caffe.conf && ldconfig
-VENV_SITE_PACKAGE=$(pip3 show numpy | grep "Location:" | cut -d ' ' -f 2)
-ln -s ${PYCAFFE_ROOT}/caffe ${VENV_SITE_PACKAGE}/caffe

Review Comment:
   fyi #12813 fixed this too via site-packages



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org