Update openvino requirement in /docker/main

Updates the requirements on [openvino](https://github.com/openvinotoolkit/openvino) to permit the latest version.
- [Release notes](https://github.com/openvinotoolkit/openvino/releases)
- [Commits](https://github.com/openvinotoolkit/openvino/compare/2024.1.0...2024.4.0)

---
updated-dependencies:
- dependency-name: openvino
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-19 12:03:11 +00:00 committed by GitHub
parent 4515eb4637
commit 9480b933d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ setproctitle == 1.3.*
ws4py == 0.5.*
unidecode == 1.3.*
# OpenVino & ONNX
openvino == 2024.1.*
openvino == 2024.4.*
# Embeddings
chromadb == 0.5.0
onnx_clip == 4.0.*