File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ LTO_CXX_FLAGS=-flto=auto -ffat-lto-objects -march=haswell
1919LTO_LD_FLAGS=-flto=auto -ffat-lto-objects -Wl,-plugin-opt=-march=haswell
2020
2121# Source/branch
22- SOURCE=openvinotoolkit
22+ SOURCE=opendatahub-io
2323BRANCH=releases/2026/1
24- ov_source_org=openvinotoolkit
24+ ov_source_org=opendatahub-io
2525ov_source_branch=releases/2026/1
26- ov_tokenizers_org=openvinotoolkit
26+ ov_tokenizers_org=opendatahub-io
2727ov_tokenizers_branch=releases/2026/1
28- ov_genai_org=openvinotoolkit
28+ ov_genai_org=opendatahub-io
2929ov_genai_branch=releases/2026/1
3030
3131# Parallelism
Original file line number Diff line number Diff 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
465468USER ovms
466469ENTRYPOINT ["/ovms/bin/ovms"]
Original file line number Diff line number Diff 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
465468USER ovms
466469ENTRYPOINT ["/ovms/bin/ovms"]
You can’t perform that action at this time.
0 commit comments