intel / onnxruntime

ONNX Runtime: cross-platform, high performance scoring engine for ML models
MIT License
56 stars 22 forks source link

Update ReadMeOV for OV 2024.1 & Intel NPU, remove vulnerable package from Docker file #377

Closed jatinwadhwa921 closed 2 months ago

jatinwadhwa921 commented 3 months ago

This pull request includes the following updates:

  1. ReadMeOV Update:

    • Updated the ReadMeOV.rst to mention support for OV 2024.1.
    • Added details about support for Intel Integrated NPU.
  2. Dockerfile Update:

    • Removed the unattended-upgrades library from the Dockerfile due to identified security vulnerabilities.

These changes ensure that the documentation is up to date with the latest version and new hardware support, and enhance the security of the Docker image by removing a vulnerable package.