The Intel® Distribution of OpenVINO™ toolkit quickly deploys applications and solutions that emulate human vision. Based on Convolutional Neural Networks (CNN), the toolkit extends computer vision (CV) workloads across Intel® hardware, maximizing performance. The Intel® Distribution of OpenVINO™ toolkit includes the Intel® Deep Learning Deployment Toolkit.
This guide provides the steps for creating a Docker* image with Intel® Distribution of OpenVINO™ toolkit for Windows* and further installation.
Target Operating Systems
Host Operating Systems
To build a Docker image, create a Dockerfile that contains defined variables and commands required to create an OpenVINO toolkit installation image.
Create your Dockerfile using the following example as a template:
NOTE: Replace direct link to the Intel® Distribution of OpenVINO™ toolkit package to the latest version in the
DOWNLOAD_LINKvariable and modify install package name in the subsequent commands. You can copy the link from the Intel® Distribution of OpenVINO™ toolkit download page https://software.seek.intel.com/openvino-toolkit after registration. Right click the Offline Installer button on the download page for Linux in your browser and press Copy link address.
To build a Docker* image for CPU, run the following command:
To install the OpenVINO toolkit from the prepared Docker image, run the image with the following command: