-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update default packages and docker files to 2024.0.0 (#299)
- Loading branch information
1 parent
934f1af
commit 50ca428
Showing
7 changed files
with
58 additions
and
309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -193,8 +193,8 @@ FROM registry.access.redhat.com/ubi8:8.9 AS ov_base | |
LABEL name="rhel8_dev" \ | ||
maintainer="[email protected]" \ | ||
vendor="Intel Corporation" \ | ||
version="2023.0.0" \ | ||
release="2023.0.0" \ | ||
version="2024.0.0" \ | ||
release="2024.0.0" \ | ||
summary="Provides the latest release of Intel(R) Distribution of OpenVINO(TM) toolkit." \ | ||
description="This is the dev image for Intel(R) Distribution of OpenVINO(TM) toolkit on RHEL UBI 8" | ||
|
||
|
@@ -282,7 +282,7 @@ RUN ${PYTHON_VER} -m pip install --upgrade pip | |
|
||
# dev package | ||
WORKDIR ${INTEL_OPENVINO_DIR} | ||
ARG OPENVINO_WHEELS_VERSION=2023.0.0 | ||
ARG OPENVINO_WHEELS_VERSION=2024.0.0 | ||
ARG OPENVINO_WHEELS_URL | ||
# hadolint ignore=SC2102,DL3033 | ||
RUN yum install -y cmake git && yum clean all && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,8 +66,8 @@ FROM registry.access.redhat.com/ubi8:8.9 AS ov_base | |
LABEL name="rhel8_runtime" \ | ||
maintainer="[email protected]" \ | ||
vendor="Intel Corporation" \ | ||
version="2023.0.0" \ | ||
release="2023.0.0" \ | ||
version="2024.0.0" \ | ||
release="2024.0.0" \ | ||
summary="Provides the latest release of Intel(R) Distribution of OpenVINO(TM) toolkit." \ | ||
description="This is the runtime image for Intel(R) Distribution of OpenVINO(TM) toolkit on RHEL UBI 8" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.