This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch areusch/freeze-dependencies in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 66cdf907b4a942126709f0ff7e208ae356135cf9 Author: Andrew Reusch <[email protected]> AuthorDate: Fri May 13 13:19:20 2022 -0700 point caffe install script at proper venv --- docker/install/ubuntu_install_caffe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install/ubuntu_install_caffe.sh b/docker/install/ubuntu_install_caffe.sh index f288040255..f8a4f03246 100755 --- a/docker/install/ubuntu_install_caffe.sh +++ b/docker/install/ubuntu_install_caffe.sh @@ -34,7 +34,7 @@ cd /caffe_src echo "Building Caffe" mkdir /caffe_src/build && cd /caffe_src/build -. /virtualenv/tvm/apache-tvm-py3.7/bin/activate +. /virtualenv/apache-tvm-py3.7/bin/activate cmake -DCMAKE_INSTALL_PREFIX=${CAFFE_HOME}\ -DCMAKE_BUILD_TYPE=Release \ -DCPU_ONLY=1 \
