Skip to content

Commit d0e9b90

Browse files
committed
Merge remote-tracking branch 'upstream/main' into rhoai-3.5-ea.1
2 parents d2f0fe1 + 7f59c39 commit d0e9b90

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

.konflux/build-args.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ LTO_CXX_FLAGS=-flto=auto -ffat-lto-objects -march=haswell
1919
LTO_LD_FLAGS=-flto=auto -ffat-lto-objects -Wl,-plugin-opt=-march=haswell
2020

2121
# Source/branch
22-
SOURCE=openvinotoolkit
22+
SOURCE=opendatahub-io
2323
BRANCH=releases/2026/1
24-
ov_source_org=openvinotoolkit
24+
ov_source_org=opendatahub-io
2525
ov_source_branch=releases/2026/1
26-
ov_tokenizers_org=openvinotoolkit
26+
ov_tokenizers_org=opendatahub-io
2727
ov_tokenizers_branch=releases/2026/1
28-
ov_genai_org=openvinotoolkit
28+
ov_genai_org=opendatahub-io
2929
ov_genai_branch=releases/2026/1
3030

3131
# Parallelism

Dockerfile.konflux

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,10 @@ RUN if [ -f /usr/bin/dnf ] ; then export DNF_TOOL=dnf ; \
460460
$DNF_TOOL -y remove git-core && \
461461
$DNF_TOOL clean all && \
462462
pip list && pip check && \
463-
rm -f base-requirements.txt
463+
rm -f base-requirements.txt && \
464+
cd /ovms/lib && \
465+
ln -s libopenvino_genai.so libopenvino_genai.so.2612 && \
466+
/ovms/bin/ovms --version
464467

465468
USER ovms
466469
ENTRYPOINT ["/ovms/bin/ovms"]

Dockerfile.redhat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,10 @@ RUN if [ -f /usr/bin/dnf ] ; then export DNF_TOOL=dnf ; \
460460
$DNF_TOOL -y remove git-core && \
461461
$DNF_TOOL clean all && \
462462
pip list && pip check && \
463-
rm -f base-requirements.txt
463+
rm -f base-requirements.txt && \
464+
cd /ovms/lib && \
465+
ln -s libopenvino_genai.so libopenvino_genai.so.2612 && \
466+
/ovms/bin/ovms --version
464467

465468
USER ovms
466469
ENTRYPOINT ["/ovms/bin/ovms"]

0 commit comments

Comments
 (0)