areusch commented on code in PR #12828:
URL: https://github.com/apache/tvm/pull/12828#discussion_r975603252
##########
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:
oh sorry, reading the CI failure now. ignore me :)
--
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]