Skip to content

Commit

Permalink
[Script] OpenVINO 2023 relies on libpython3.8
Browse files Browse the repository at this point in the history
Signed-off-by: hydai <[email protected]>
  • Loading branch information
hydai committed Sep 20, 2023
1 parent 30f802e commit ed1957b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/install_openvino.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PU
apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
echo "deb https://apt.repos.intel.com/openvino/2023 ubuntu20 main" | tee /etc/apt/sources.list.d/intel-openvino-2023.list
apt update
apt upgrade -y
apt-get -y install python3
apt-get -y install openvino
ldconfig
export PATH=/usr/lib/x86_64-linux-gnu:$PATH
export PATH=/usr/lib/x86_64-linux-gnu:$PATH

0 comments on commit ed1957b

Please sign in to comment.