You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/21 17:39:03 UTC

[GitHub] anirudhacharya commented on a change in pull request #10184: [MXNET-121] Update the release number in the ONNX install script.

anirudhacharya commented on a change in pull request #10184: [MXNET-121] Update the release number in the ONNX install script.
URL: https://github.com/apache/incubator-mxnet/pull/10184#discussion_r176164969
 
 

 ##########
 File path: ci/docker/install/ubuntu_onnx.sh
 ##########
 @@ -27,8 +27,17 @@ set -e
 set -x
 
 echo "Installing libprotobuf-dev and protobuf-compiler ..."
-apt-get install -y libprotobuf-dev protobuf-compiler
+apt-get install -y autoconf automake libtool curl make g++ unzip
+git clone --recursive https://github.com/google/protobuf.git
+cd protobuf
+git checkout 80a37e0782d2d702d52234b62dd4b9ec74fd2c95
 
 Review comment:
   This is the hash google/protobuf used for 3.4 release - https://github.com/google/protobuf/releases/tag/v3.4.0

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services