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.
- 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
docker pull threeheadedknight/docker-openvino-linux
FROM threeheadedknight/docker-openvino-linux:latest
docker build -t openvino-image .
docker run -ti openvino-image
This project is licensed under the MIT License - see the LICENSE.md file for details