Update OpenVINO 2022.3.1 (#7319)

* Use build platform for running OpenVino model conversion

* Update OpenVINO to 2022.3.1 and upgrade numpy
This commit is contained in:
Nate Meyer
2023-07-28 20:27:53 -04:00
committed by GitHub
parent f8c0f74ab8
commit b42e995f0f
5 changed files with 12 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ ARG SLIM_BASE=debian:11-slim
FROM ${BASE_IMAGE} AS base
FROM --platform=linux/amd64 debian:11 AS base_amd64
FROM --platform=${BUILDPLATFORM} debian:11 AS base_host
FROM ${SLIM_BASE} AS slim-base
@@ -46,7 +46,7 @@ RUN wget -qO go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v1.6.2/
#
####
# Download and Convert OpenVino model
FROM base_amd64 AS ov-converter
FROM base_host AS ov-converter
ARG DEBIAN_FRONTEND
# Install OpenVino Runtime and Dev library