https://github.com/muka/openvino-docker
https://github.com/muka/openvino-docker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muka/openvino-docker
- Owner: muka
- Created: 2018-06-29T07:16:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T07:17:09.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T04:49:33.127Z (4 months ago)
- Language: Makefile
- Size: 1000 Bytes
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openvino docker deps
This repository is an attempt to have `gocv` and `OpenVino` running on `Ubuntu 18.04`
This utility to load 16.04 deps from container and make avail to your openvino libraries.
Run `make copy` and libraries will appear in `./lib/`
```sh
LD_LIBRARY_PATH=`pwd`/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
```