Skip to content

Commit e7f4ca9

Browse files
authored
Update UBI to 9.6 in C-API demo (#3475)
* Update UBI to 9.6 in C-API demo * Update remaining references to 9.6 Missing part for: #3297 *Fix wrong path to requirements Ticket:CVS-169863,CVS-169999
1 parent 5179adc commit e7f4ca9

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

demos/c_api_minimal_app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ifeq ($(BASE_OS),ubuntu24)
3030
DIST_OS=ubuntu
3131
endif
3232
ifeq ($(BASE_OS),redhat)
33-
BASE_OS_TAG_REDHAT ?= 9.5
33+
BASE_OS_TAG_REDHAT ?= 9.6
3434
PACKAGE_URL ="https://github.com/openvinotoolkit/model_server/releases/download/v2025.2/ovms_redhat.tar.gz"
3535
BASE_IMAGE ?= registry.access.redhat.com/ubi9/ubi:$(BASE_OS_TAG_REDHAT)
3636
DIST_OS=redhat

demos/c_api_minimal_app/capi_files/Dockerfile.redhat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.5
17+
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6
1818
FROM $BASE_IMAGE as base_build
1919
SHELL ["/bin/bash", "-c"]
2020
RUN yum install -y xz git shadow-utils make gcc gcc-c++
@@ -29,7 +29,7 @@ RUN mkdir /licenses && ln -s /ovms/LICENSE /licenses && ln -s /ovms/thirdparty-l
2929

3030
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
3131

32-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5 as release
32+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6 as release
3333
SHELL ["/bin/bash", "-c"]
3434

3535
RUN microdnf upgrade -y

demos/continuous_batching/speculative_decoding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ LLM engine parameters will be defined inside the `graph.pbtxt` file.
3535

3636
Download export script, install its dependencies and create directory for the models:
3737
```console
38-
curl https://raw.githubusercontent.com/openvinotoolkit/model_server/refs/heads/releases/2025.2/demos/common/export_models/export_model.py -o export_model.py
39-
pip3 install -r https://raw.githubusercontent.com/openvinotoolkit/model_server/refs/heads/releases/2025.2/demos/common/export_models/requirements.txt
38+
curl https://raw.githubusercontent.com/openvinotoolkit/model_server/refs/heads/releases/2025/2/demos/common/export_models/export_model.py -o export_model.py
39+
pip3 install -r https://raw.githubusercontent.com/openvinotoolkit/model_server/refs/heads/releases/2025/2/demos/common/export_models/requirements.txt
4040
mkdir models
4141
```
4242

docs/build_from_source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This document gives information how to build docker images and the binary packag
55
## Prerequisites
66

77
1. [Docker Engine](https://docs.docker.com/engine/)
8-
1. Ubuntu 22.04, Ubuntu 24.04 or RedHat 9.5 host
8+
1. Ubuntu 22.04, Ubuntu 24.04 or RedHat 9.6 host
99
1. make
1010
1. bash
1111

@@ -30,7 +30,7 @@ To build the image with non default configuration, add parameters described belo
3030
Select base OS:
3131
- `ubuntu22` for Ubuntu 22.04 (default)
3232
- `ubuntu24` for Ubuntu 24.04
33-
- `redhat` for Red Hat UBI 8.10
33+
- `redhat` for Red Hat UBI 9.6
3434

3535
```bash
3636
make release_image BASE_OS=redhat

docs/deploying_server_baremetal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ sudo apt -y install libpython3.12
6767
pip3 install "Jinja2==3.1.6" "MarkupSafe==3.0.2"
6868
```
6969
:::
70-
:::{tab-item} RHEL 9.5
71-
:sync: rhel-9.5
70+
:::{tab-item} RHEL 9.6
71+
:sync: rhel-9.6
7272
Download precompiled package (without python):
7373
```{code} sh
7474
wget https://github.com/openvinotoolkit/model_server/releases/download/v2025.2/ovms_redhat.tar.gz

install_redhat_gpu_drivers.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ case $INSTALL_DRIVER_VERSION in \
4747
;; \
4848
"25.05.32567") \
4949
$DNF_TOOL install --nodocs -y libedit libnl3; \
50-
rpm -ivh https://repositories.intel.com/gpu/rhel/9.5/pool/i/intel-gmmlib-22.6.0-i1091.el9_5.x86_64.rpm ; \
51-
rpm -ivh https://repositories.intel.com/gpu/rhel/9.5/pool/i/intel-igc-core-2.7.11-1099.el9_5.x86_64.rpm ; \
52-
rpm -ivh https://repositories.intel.com/gpu/rhel/9.5/pool/i/intel-igc-opencl-2.7.11-1099.el9_5.x86_64.rpm ; \
53-
rpm -ivh https://repositories.intel.com/gpu/rhel/9.5/pool/i/intel-opencl-25.05.32567.19-1099.el9_5.x86_64.rpm ; \
54-
rpm -ivh https://repositories.intel.com/gpu/rhel/9.5/pool/i/intel-level-zero-gpu-1.6.32567.19-1099.el9_5.x86_64.rpm ; \
55-
rpm -ivh https://repositories.intel.com/gpu/rhel/9.5/pool/l/level-zero-1.20.2.0-1098.el9_5.x86_64.rpm ; \
50+
rpm -ivh https://repositories.intel.com/gpu/rhel/9.6/pool/i/intel-gmmlib-22.6.0-i1091.el9_5.x86_64.rpm ; \
51+
rpm -ivh https://repositories.intel.com/gpu/rhel/9.6/pool/i/intel-igc-core-2.7.11-1099.el9_5.x86_64.rpm ; \
52+
rpm -ivh https://repositories.intel.com/gpu/rhel/9.6/pool/i/intel-igc-opencl-2.7.11-1099.el9_5.x86_64.rpm ; \
53+
rpm -ivh https://repositories.intel.com/gpu/rhel/9.6/pool/i/intel-opencl-25.05.32567.19-1099.el9_5.x86_64.rpm ; \
54+
rpm -ivh https://repositories.intel.com/gpu/rhel/9.6/pool/i/intel-level-zero-gpu-1.6.32567.19-1099.el9_5.x86_64.rpm ; \
55+
rpm -ivh https://repositories.intel.com/gpu/rhel/9.6/pool/l/level-zero-1.20.2.0-1098.el9_5.x86_64.rpm ; \
5656
;; \
5757

5858
*) \

0 commit comments

Comments
 (0)