LiuYuWei / docker-ubuntu-openvino-pytest

Use docker to do the openvino unittest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-ubuntu-openvino-pytest

Use docker to do the openvino unittest.

$ docker build simon3458/openvino_ubuntu18_opencv_pytest .

$ docker run -u root --rm -v "$PWD":/home/app/workdir -w /home/app/workdir -e PROJECT_PATH=/home/app/workdir --name pytest simon3458/openvino_ubuntu18_opencv_pytest /bin/bash -c "export PYTHONPATH=/home/app/workdir && source /opt/intel/openvino/bin/setupvars.sh && pytest -q -p no:warnings --cov-config=config/ci_pipeline/.pytest_coveragerc --cov=. --cov-report term-missing -o log_cli=true --capture=no tests/"

About

Use docker to do the openvino unittest

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%