Created
March 20, 2020 08:51
-
-
Save dkurt/f9b0fab48fa9140581b217f2aa01dda1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -o GPG-PUB-KEY-INTEL-OPENVINO-2020 https://apt.repos.intel.com/openvino/2020/GPG-PUB-KEY-INTEL-OPENVINO-2020 | |
apt-key add GPG-PUB-KEY-INTEL-OPENVINO-2020 | |
echo "deb https://apt.repos.intel.com/openvino/2020 all main" | tee - a /etc/apt/sources.list.d/intel-openvino-2020.list | |
apt-get update | |
apt-get install -y --no-install-recommends intel-openvino-dev-ubuntu18 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment