We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5bf14 commit b476021Copy full SHA for b476021
install-requirements.sh
@@ -29,11 +29,6 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
29
/tmp/${bazel_installer}
30
rm /tmp/${bazel_installer}
31
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
-
37
else
38
echo "This script supports only Debian-based operating systems (like Ubuntu)." \
39
"Please consult README file for manual installation on your '$OSTYPE' OS."
0 commit comments