File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,6 @@ ARG LTO_ENABLE=ON
30
30
ARG LTO_CXX_FLAGS="-flto=auto -ffat-lto-objects -march=haswell"
31
31
ARG LTO_LD_FLAGS="-flto=auto -ffat-lto-objects"
32
32
33
- #ARG LTO_ENABLE=OFF
34
- #ARG LTO_CXX_FLAGS=""
35
- #ARG LTO_LD_FLAGS="-Wl,-z,relro"
36
-
37
33
# hadolint ignore=DL3041
38
34
RUN echo -e "max_parallel_downloads=8\nretries=50" >> /etc/dnf/dnf.conf && \
39
35
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && dnf update -d6 -y && dnf install -d6 -y \
@@ -52,8 +48,6 @@ RUN echo -e "max_parallel_downloads=8\nretries=50" >> /etc/dnf/dnf.conf && \
52
48
wget && \
53
49
dnf clean all
54
50
55
- RUN gcc --version && g++ --version
56
-
57
51
####### Azure SDK needs new boost:
58
52
WORKDIR /boost
59
53
# hadolint ignore=DL3003
@@ -312,7 +306,7 @@ ENV PYTHONPATH=/opt/intel/openvino/python:/ovms/bazel-bin/src/python/binding
312
306
313
307
WORKDIR /ovms
314
308
315
- ARG PROJECT_VERSION="2025.2"
309
+ ARG PROJECT_VERSION="2025.2.0 "
316
310
LABEL description="OpenVINO Model Server"
317
311
ARG minitrace_flags
318
312
You can’t perform that action at this time.
0 commit comments