Merge pull request #24366 from rky0930:master
PiperOrigin-RevId: 241394061
This commit is contained in:
commit
daf7c5337d
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user