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/17 22:29:01 UTC

[tvm] 24/34: 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 b30c07c311914f132e500b25469ba62655e5a76e
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 \