Skip to content

Commit 3bca2d7

Browse files
authored
Add to setup script. (#2888)
1 parent 503d9dc commit 3bca2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_torch_wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function install_llvm_clang() {
129129
}
130130

131131
function install_req_packages() {
132-
sudo apt-get -y install python-pip git curl libopenblas-dev vim apt-transport-https ca-certificates wget
132+
sudo apt-get -y install python-pip git curl libopenblas-dev vim apt-transport-https ca-certificates wget procps
133133
maybe_install_cuda
134134
install_bazel
135135
}

0 commit comments

Comments
 (0)