Skip to content

Commit

Permalink
Add sudo to install_dependencies script (openvinotoolkit#5880)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpigasin authored and rnugmanx committed Aug 26, 2021
1 parent 01a4282 commit 86942da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/install_dependencies/install_openvino_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if [ "$os" == "ubuntu18.04" ] ; then

pkgs_opencv_req=(libgtk-3-0 libgl1)
pkgs_python=(python3 python3-dev python3-venv python3-setuptools python3-pip)
pkgs_dev=(cmake g++ gcc libc6-dev make curl)
pkgs_dev=(cmake g++ gcc libc6-dev make curl sudo)
pkgs_myriad=(libusb-1.0-0)
pkgs_installer=(cpio)
pkgs_pot=()
Expand Down Expand Up @@ -143,7 +143,7 @@ elif [ "$os" == "ubuntu20.04" ] ; then

pkgs_opencv_req=(libgtk-3-0 libgl1)
pkgs_python=(python3 python3-dev python3-venv python3-setuptools python3-pip)
pkgs_dev=(cmake g++ gcc libc6-dev make curl)
pkgs_dev=(cmake g++ gcc libc6-dev make curl sudo)
pkgs_myriad=(libusb-1.0-0)
pkgs_installer=(cpio)
pkgs_pot=(libblas-dev liblapack-dev gfortran)
Expand Down Expand Up @@ -193,7 +193,7 @@ elif [ "$os" == "rhel8" ] ; then

pkgs_opencv_req=(gtk3)
pkgs_python=(python3 python3-devel python3-setuptools python3-pip)
pkgs_dev=(gcc gcc-c++ make glibc libstdc++ libgcc cmake curl)
pkgs_dev=(gcc gcc-c++ make glibc libstdc++ libgcc cmake curl sudo)
pkgs_myriad=()
pkgs_installer=()
pkgs_pot=()
Expand All @@ -212,7 +212,7 @@ elif [ "$os" == "centos7" ] ; then

pkgs_opencv_req=(gtk2)
pkgs_python=(python3 python3-devel python3-setuptools python3-pip)
pkgs_dev=(gcc gcc-c++ make glibc libstdc++ libgcc cmake curl)
pkgs_dev=(gcc gcc-c++ make glibc libstdc++ libgcc cmake curl sudo)
pkgs_myriad=(libusbx)
pkgs_installer=()
pkgs_pot=()
Expand Down

0 comments on commit 86942da

Please sign in to comment.