Skip to content

Commit a9aedf6

Browse files
Update Dockerfile.redhat
1 parent c6e1c6e commit a9aedf6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Dockerfile.redhat

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ ARG LTO_ENABLE=ON
3030
ARG LTO_CXX_FLAGS="-flto=auto -ffat-lto-objects -march=haswell"
3131
ARG LTO_LD_FLAGS="-flto=auto -ffat-lto-objects"
3232

33-
#ARG LTO_ENABLE=OFF
34-
#ARG LTO_CXX_FLAGS=""
35-
#ARG LTO_LD_FLAGS="-Wl,-z,relro"
36-
3733
# hadolint ignore=DL3041
3834
RUN echo -e "max_parallel_downloads=8\nretries=50" >> /etc/dnf/dnf.conf && \
3935
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 && \
5248
wget && \
5349
dnf clean all
5450

55-
RUN gcc --version && g++ --version
56-
5751
####### Azure SDK needs new boost:
5852
WORKDIR /boost
5953
# hadolint ignore=DL3003
@@ -312,7 +306,7 @@ ENV PYTHONPATH=/opt/intel/openvino/python:/ovms/bazel-bin/src/python/binding
312306

313307
WORKDIR /ovms
314308

315-
ARG PROJECT_VERSION="2025.2"
309+
ARG PROJECT_VERSION="2025.2.0"
316310
LABEL description="OpenVINO Model Server"
317311
ARG minitrace_flags
318312

0 commit comments

Comments
 (0)