Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.44 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.44 KB

docker-openvino-linux

Build Status GitHub license Docker Pulls Docker Stars

Simple Dockerfile with a Linux Developer Package of Intel® OpenVINO™ toolkit. There is no need for any manual toolkit download before building this Docker image.

Content

  • Docker image based on Ubuntu 16.04
  • Intel® OpenVINO™ toolkit for Linux
  • Developer Package for Ubuntu 16.04
  • OpenVINO™ 2019.3.376
  • Model Optimizer for Caffe, TensorFlow, MXNet, Kaldi and ONNX
  • Python 3

Usage

From Docker Hub

Pull

docker pull threeheadedknight/docker-openvino-linux

In a Dockerfile

FROM threeheadedknight/docker-openvino-linux:latest

From provided Dockerfile

Build

docker build -t openvino-image .

Run

docker run -ti openvino-image

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Intel® OpenVINO™