File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ ENV PYTHONPATH=/opt/intel/openvino/python:/ovms/bazel-bin/src/python/binding
290
290
291
291
WORKDIR /ovms
292
292
293
- ARG PROJECT_VERSION="2025.3"
293
+ ARG PROJECT_VERSION="2025.3.0 "
294
294
LABEL description="OpenVINO Model Server"
295
295
ARG minitrace_flags
296
296
@@ -379,7 +379,7 @@ RUN if [ -f /ovms_release/lib/libovms_shared.so ] ; then mv /ovms_release/lib/li
379
379
FROM $RELEASE_BASE_IMAGE as release
380
380
LABEL "name"="OVMS"
381
381
LABEL "vendor"="Intel Corporation"
382
- LABEL "version"="2025.3"
382
+ LABEL "version"="2025.3.0 "
383
383
LABEL "release"="2025"
384
384
LABEL "summary"="OpenVINO(TM) Model Server"
385
385
LABEL "description"="OpenVINO(TM) Model Server is a solution for serving AI models"
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ RUN if ! [[ $debug_bazel_flags == *"py_off"* ]]; then true ; else exit 0 ; fi ;
290
290
291
291
WORKDIR /ovms
292
292
293
- ARG PROJECT_VERSION="2025.3"
293
+ ARG PROJECT_VERSION="2025.3.0 "
294
294
LABEL description="OpenVINO Model Server"
295
295
ARG minitrace_flags
296
296
ENV PYTHONPATH=/opt/intel/openvino/python:/ovms/bazel-bin/src/python/binding
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ OVMS_CPP_IMAGE_TAG ?= latest
187
187
188
188
OVMS_PYTHON_IMAGE_TAG ?= py
189
189
190
- PRODUCT_VERSION ?= "2025.3"
190
+ PRODUCT_VERSION ?= "2025.3.0 "
191
191
PROJECT_VER_PATCH =
192
192
193
193
$(eval PROJECT_VER_PATCH:=`git rev-parse --short HEAD`)
Original file line number Diff line number Diff line change 21
21
WIN_OV_VERSION_REGEX = re .compile (r'[0-9]{4}.[0-9].[0-9].[^_]+' )
22
22
WIN_OV_ZIP_PACKAGE_DIR = "openvino_genai_windows_"
23
23
VERSION_FILE = "src\\ version.hpp"
24
- OVMS_PROJECT_VERSION = "2025.3"
24
+ OVMS_PROJECT_VERSION = "2025.3.0 "
25
25
26
26
def help ():
27
27
print ("Usage:\n \
You can’t perform that action at this time.
0 commit comments