Merge pull request #24366 from rky0930:master

PiperOrigin-RevId: 241394061
This commit is contained in:
TensorFlower Gardener 2019-04-01 14:29:36 -07:00
commit daf7c5337d
2 changed files with 0 additions and 6 deletions

View File

@ -22,7 +22,4 @@ echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-backports main restricted
sed -i 's#deb http://archive.ubuntu.com/ubuntu/#deb [arch=amd64] http://archive.ubuntu.com/ubuntu/#g' /etc/apt/sources.list
apt-get update
apt-get install -y libpython3-all-dev:armhf
echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
apt-get update
apt-get install -y python3 python3-numpy python3-dev python3-pip

View File

@ -22,7 +22,4 @@ echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-backports main restricted
sed -i 's#deb http://archive.ubuntu.com/ubuntu/#deb [arch=amd64] http://archive.ubuntu.com/ubuntu/#g' /etc/apt/sources.list
apt-get update
apt-get install -y libpython-all-dev:armhf
echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
apt-get update
apt-get install -y python python-numpy python-dev python-pip