script: add git-lfs to install_build_deps (#4811)

This commit is contained in:
Kate Generalova 2021-03-29 20:31:23 +03:00 committed by GitHub
parent 657a633ee9
commit 713709b478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -45,5 +45,4 @@ Please report questions, issues and suggestions using:
[Open Model Zoo]:https://github.com/opencv/open_model_zoo
[Inference Engine]:https://software.intel.com/en-us/articles/OpenVINO-InferEngine
[Model Optimizer]:https://software.intel.com/en-us/articles/OpenVINO-ModelOptimizer
[tag on StackOverflow]:https://stackoverflow.com/search?q=%23openvino
[nGraph]:https://docs.openvinotoolkit.org/latest/openvino_docs_nGraph_DG_DevGuide.html

View File

@ -37,6 +37,7 @@ if [ -f /etc/lsb-release ]; then
libssl-dev \
ca-certificates \
git \
git-lfs \
libboost-regex-dev \
$x86_64_specific_packages \
libgtk2.0-dev \
@ -77,6 +78,7 @@ elif [ -f /etc/redhat-release ]; then
libssl-dev \
ca-certificates \
git \
git-lfs \
boost-devel \
libtool \
gcc \