Skip to content

Commit b476021

Browse files
committed
Remove CUDA installation from requirements installer script due to its complexity
1 parent 8e5bf14 commit b476021

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

install-requirements.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
2929
/tmp/${bazel_installer}
3030
rm /tmp/${bazel_installer}
3131

32-
if [[ ${BUILD_WITH_CUDA:-"OFF"} == "ON" ]]; then
33-
# install libcupti
34-
apt-get -y install cuda-command-line-tools-10-1
35-
fi
36-
3732
else
3833
echo "This script supports only Debian-based operating systems (like Ubuntu)." \
3934
"Please consult README file for manual installation on your '$OSTYPE' OS."

0 commit comments

Comments
 (0)