From 7098fe41c25ec812367251071eae1a3b24fdb8dc Mon Sep 17 00:00:00 2001 From: jatinwadhwa921 Date: Thu, 6 Jun 2024 23:30:38 -0700 Subject: [PATCH 1/3] Update ReadMeOV for OV 2024.1 support --- docs/python/ReadMeOV.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/python/ReadMeOV.rst b/docs/python/ReadMeOV.rst index 6ef16e1378139..cb093f24f05bd 100644 --- a/docs/python/ReadMeOV.rst +++ b/docs/python/ReadMeOV.rst @@ -14,7 +14,7 @@ Installation Requirements ^^^^^^^^^^^^ -- Ubuntu 18.04, 20.04, RHEL(CPU only) or Windows 10 - 64 bit +- Ubuntu 18.04, 20.04, 22.04, RHEL(CPU only) or Windows 10 - 64 bit - Python 3.8 or 3.9 or 3.10 for Linux and only Python3.10 for Windows This package supports: @@ -27,7 +27,7 @@ This package supports: Please install OpenVINO™ PyPi Package separately for Windows. For installation instructions on Windows please refer to `OpenVINO™ Execution Provider for ONNX Runtime for Windows `_. -**OpenVINO™ Execution Provider for ONNX Runtime** Linux Wheels comes with pre-built libraries of OpenVINO™ version 2023.0.0 eliminating the need to install OpenVINO™ separately. The OpenVINO™ libraries are prebuilt with CXX11_ABI flag set to 0. +**OpenVINO™ Execution Provider for ONNX Runtime** Linux Wheels comes with pre-built libraries of OpenVINO™ version 2024.1.0 eliminating the need to install OpenVINO™ separately. For more details on build and installation please refer to `Build `_. From 0a3a5e19aeb3af896804c7239368c0b1a915002d Mon Sep 17 00:00:00 2001 From: jatinwadhwa921 Date: Thu, 6 Jun 2024 23:32:20 -0700 Subject: [PATCH 2/3] Remove unattended-upgrades from Dockerfile due to security vulnerabilities --- dockerfiles/Dockerfile.openvino | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dockerfiles/Dockerfile.openvino b/dockerfiles/Dockerfile.openvino index 75898770acf28..e7c639ffb79ad 100644 --- a/dockerfiles/Dockerfile.openvino +++ b/dockerfiles/Dockerfile.openvino @@ -3,7 +3,7 @@ # SPDX-License-Identifier: MIT #-------------------------------------------------------------------------- -ARG OPENVINO_VERSION=2024.0.0 +ARG OPENVINO_VERSION=2024.1.0 # Build stage @@ -34,7 +34,7 @@ RUN cat /etc/apt/sources.list | sed 's/^# deb-src/deb-src/g' > ./temp; mv temp / RUN apt update; apt install dpkg-dev RUN mkdir /sources WORKDIR /sources -RUN apt-get source cron iso-codes lsb-release powermgmt-base python-apt-common python3-apt python3-dbus python3-gi unattended-upgrades libapt-pkg6.0 libhogweed5 libnettle7 +RUN apt-get source cron iso-codes lsb-release powermgmt-base python-apt-common python3-apt python3-dbus python3-gi libapt-pkg6.0 libhogweed5 libnettle7 WORKDIR / RUN tar cvf GPL_sources.tar.gz /sources @@ -46,8 +46,6 @@ USER root COPY --from=builder /home/openvino/onnxruntime/build/Linux/Release/dist/*.whl ./ COPY --from=builder /GPL_sources.tar.gz ./ RUN python3 -m pip install ./*.whl && rm ./*.whl -RUN apt update; apt install -y unattended-upgrades && \ - unattended-upgrade ARG BUILD_UID=1001 ARG BUILD_USER=onnxruntimedev RUN adduser --uid $BUILD_UID $BUILD_USER From 84adc2e12cedbe095cdd0e56c4fac6815fd74133 Mon Sep 17 00:00:00 2001 From: jatinwadhwa921 <110383850+jatinwadhwa921@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:35:25 +0530 Subject: [PATCH 3/3] Update ReadMeOV.rst --- docs/python/ReadMeOV.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python/ReadMeOV.rst b/docs/python/ReadMeOV.rst index cb093f24f05bd..6ba486e7ee3fe 100644 --- a/docs/python/ReadMeOV.rst +++ b/docs/python/ReadMeOV.rst @@ -14,7 +14,7 @@ Installation Requirements ^^^^^^^^^^^^ -- Ubuntu 18.04, 20.04, 22.04, RHEL(CPU only) or Windows 10 - 64 bit +- Ubuntu 18.04, 20.04, RHEL(CPU only) or Windows 10 - 64 bit - Python 3.8 or 3.9 or 3.10 for Linux and only Python3.10 for Windows This package supports: