|
14 | 14 | # limitations under the License. |
15 | 15 | # |
16 | 16 |
|
17 | | -ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.5 |
| 17 | +ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6 |
18 | 18 | ARG BUILD_IMAGE=build |
19 | 19 | ARG PKG_IMAGE=pkg |
20 | | -ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.5 |
| 20 | +ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6 |
21 | 21 |
|
22 | 22 | FROM $BASE_IMAGE as base_build |
23 | | -ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.5 |
| 23 | +ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6 |
24 | 24 |
|
25 | 25 | SHELL ["/bin/bash", "-xo", "pipefail", "-c"] |
26 | 26 |
|
@@ -130,7 +130,7 @@ git clone https://github.com/git-lfs/git-lfs && \ |
130 | 130 |
|
131 | 131 | RUN python3 --version && python3 -m pip install numpy==1.21.0 --no-cache-dir |
132 | 132 |
|
133 | | -ARG INSTALL_DRIVER_VERSION="23.22.26516" |
| 133 | +ARG INSTALL_DRIVER_VERSION="24.52.32224" |
134 | 134 | # GPU testing in build img & remote tensors dependencies |
135 | 135 | WORKDIR /usr/lib64/ |
136 | 136 | RUN ln -s libOpenCL.so.1 libOpenCL.so |
@@ -158,7 +158,7 @@ RUN dnf install -y https://github.com/linux-test-project/lcov/releases/download |
158 | 158 |
|
159 | 159 | ENV TF_SYSTEM_LIBS="curl" |
160 | 160 | ENV TEST_LOG="/root/.cache/bazel/_bazel_root/bc57d4817a53cab8c785464da57d1983/execroot/ovms/bazel-out/test.log" |
161 | | -ARG ov_source_branch=master |
| 161 | +ARG ov_source_branch=c01cd93e24d1cd78bfbb401eed51c08fb93e0816 |
162 | 162 | ARG ov_contrib_branch=master |
163 | 163 | ARG ov_source_org=openvinotoolkit |
164 | 164 | ARG ov_contrib_org=openvinotoolkit |
@@ -221,7 +221,7 @@ ENV OpenVINO_DIR=/opt/intel/openvino/runtime/cmake |
221 | 221 | ENV OPENVINO_TOKENIZERS_PATH_GENAI=/opt/intel/openvino/runtime/lib/intel64/libopenvino_tokenizers.so |
222 | 222 | ENV LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/opt/intel/openvino/runtime/lib/intel64/:/opt/opencv/lib/:/opt/intel/openvino/runtime/3rdparty/tbb/lib/ |
223 | 223 |
|
224 | | -ARG ov_tokenizers_branch=master |
| 224 | +ARG ov_tokenizers_branch=85be884a69f10270703f81f970a5ee596a4c8df7 |
225 | 225 | # hadolint ignore=DL3003 |
226 | 226 | RUN git clone https://github.com/openvinotoolkit/openvino_tokenizers.git /openvino_tokenizers && cd /openvino_tokenizers && git checkout $ov_tokenizers_branch && git submodule update --init --recursive |
227 | 227 | WORKDIR /openvino_tokenizers/build |
@@ -364,7 +364,7 @@ LABEL "summary"="OpenVINO(TM) Model Server" |
364 | 364 | LABEL "description"="OpenVINO(TM) Model Server is a solution for serving AI models" |
365 | 365 | LABEL "maintainer"=" [email protected]" |
366 | 366 | ARG INSTALL_RPMS_FROM_URL= |
367 | | -ARG INSTALL_DRIVER_VERSION="23.22.26516" |
| 367 | +ARG INSTALL_DRIVER_VERSION="24.52.32224" |
368 | 368 | ARG GPU=0 |
369 | 369 | ARG debug_bazel_flags= |
370 | 370 | LABEL bazel-build-flags=${debug_bazel_flags} |
|
0 commit comments