Skip to content

Commit 5228af8

Browse files
authored
Update gpucommandstorun.sh
1 parent 1432b19 commit 5228af8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gpucommandstorun.sh

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ sudo apt-get install python-numpy python-dev python-pip python-wheel -y
88
sudo apt-get install libcupti-dev -y
99
sudo pip install six numpy wheel
1010

11+
echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
12+
curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
13+
sudo apt-get update
14+
sudo apt-get install bazel
15+
sudo apt-get upgrade bazel
16+
1117
# install CUDA Toolkit v8.0
1218
# instructions from https://developer.nvidia.com/cuda-downloads (linux -> x86_64 -> Ubuntu -> 16.04 -> deb (network))
1319
CUDA_REPO_PKG="cuda-repo-ubuntu1604_8.0.61-1_amd64.deb"

0 commit comments

Comments
 (0)