Skip to content

Commit 7dfcca7

Browse files
hyeygittensorflower-gardener
authored andcommitted
Add -y option to apt-get update command.
PiperOrigin-RevId: 348859031 Change-Id: Ie03fa42bfa1168c485f47b6f5c8934f31b95f9c0
1 parent 712d113 commit 7dfcca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/ci_build/install/install_pip_packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
set -e
1818

1919
sudo add-apt-repository -y ppa:deadsnakes/ppa
20-
sudo apt-get update
20+
sudo apt-get -y update
2121
sudo apt-get install python3.8
2222

2323
# Get the latest version of pip so it recognize manylinux2010

0 commit comments

Comments
 (0)