We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-y
apt-get update
1 parent 712d113 commit 7dfcca7Copy full SHA for 7dfcca7
tensorflow/tools/ci_build/install/install_pip_packages.sh
@@ -17,7 +17,7 @@
17
set -e
18
19
sudo add-apt-repository -y ppa:deadsnakes/ppa
20
-sudo apt-get update
+sudo apt-get -y update
21
sudo apt-get install python3.8
22
23
# Get the latest version of pip so it recognize manylinux2010
0 commit comments