You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2022/05/18 17:55:23 UTC

[tvm] 23/36: point caffe install script at proper venv

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 3d73300a52a6d5cf578437b8e6c6734713049971
Author: Andrew Reusch <ar...@gmail.com>
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 \