Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 794 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 794 Bytes

Requirements

  • Intel Core with 6th generation and higher or Intel Xeon CPUs.

Preparation

  • Download latest OpenVINO toolkit installer (offline or online) for Linux platform. It should be .tgz archive. Minimum required version is 2018 R3.
  • Put downloaded file into components/openvino.
  • Accept EULA in the eula.cfg file.

Build docker image

# From project root directory
docker-compose -f docker-compose.yml -f components/openvino/docker-compose.openvino.yml build

Run docker container

# From project root directory
docker-compose -f docker-compose.yml -f components/openvino/docker-compose.openvino.yml up -d