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.
1 parent 81b425a commit eb73a53Copy full SHA for eb73a53
tensorflow_datasets/core/proto/install_protoc.sh
@@ -2,10 +2,10 @@
2
# Install the .protoc compiler on Linux
3
4
# Make sure you grab the latest version
5
-curl -OL https://github.com/google/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-x86_64.zip
+curl -OL https://github.com/google/protobuf/releases/download/v3.20.0/protoc-3.20.0-linux-x86_64.zip
6
7
# Unzip
8
-unzip protoc-3.11.2-linux-x86_64.zip -d protoc3
+unzip protoc-3.20.0-linux-x86_64.zip -d protoc3
9
10
11
# Move protoc to /usr/local/bin/
0 commit comments