Skip to content

Commit

Permalink
Update default packages and docker files to 2024.0.0 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaguzovaTatyana authored Mar 6, 2024
1 parent 934f1af commit 50ca428
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 309 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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 && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,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
RUN apt-get update && apt-get install -y --no-install-recommends cmake make git && rm -rf /var/lib/apt/lists/* && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,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
RUN apt-get update && apt-get install -y --no-install-recommends cmake make git && rm -rf /var/lib/apt/lists/* && \
Expand Down
353 changes: 51 additions & 302 deletions utils/loader.py

Large diffs are not rendered by default.

0 comments on commit 50ca428

Please sign in to comment.