From 60c4ef046334ceafc21c8b497da57b5cb8b7bec8 Mon Sep 17 00:00:00 2001 From: zcain Date: Thu, 15 Apr 2021 16:44:04 -0700 Subject: [PATCH] Add to setup script. --- scripts/build_torch_wheels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_torch_wheels.sh b/scripts/build_torch_wheels.sh index 2ac573f7faa8..a392097485a6 100755 --- a/scripts/build_torch_wheels.sh +++ b/scripts/build_torch_wheels.sh @@ -129,7 +129,7 @@ function install_llvm_clang() { } function install_req_packages() { - sudo apt-get -y install python-pip git curl libopenblas-dev vim apt-transport-https ca-certificates wget + sudo apt-get -y install python-pip git curl libopenblas-dev vim apt-transport-https ca-certificates wget procps maybe_install_cuda install_bazel }