File tree 4 files changed +6
-19
lines changed
4 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 1
- #
2
- # Copyright (c) 2024 Intel Corporation
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the "License");
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
- #
16
1
6.1.1
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ RUN if [ "$NVIDIA" == "1" ] ; then true ; else exit 0 ; fi ; \
235
235
236
236
# Build OpenVINO Model Server
237
237
WORKDIR /ovms
238
- COPY .bazelrc WORKSPACE /ovms/
238
+ COPY .bazelrc .bazelversion WORKSPACE /ovms/
239
239
# since bazel does not have easy way to pass if down the dependencies to have select the sources
240
240
# for libcurl & ssl we hack it this way
241
241
RUN ln -s /usr/lib64 /usr/lib/x86_64-linux-gnu
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ RUN curl -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHT
239
239
240
240
# Build OpenVINO Model Server
241
241
WORKDIR /ovms
242
- COPY .bazelrc WORKSPACE /ovms/
242
+ COPY .bazelrc .bazelversion WORKSPACE /ovms/
243
243
COPY external /ovms/external/
244
244
# This path is required for namespace to setup Python dependencies for testing the binding
245
245
COPY src/BUILD /ovms/src/BUILD
Original file line number Diff line number Diff line change @@ -135,7 +135,8 @@ def check_dir(start_dir):
135
135
"aipc.txt" ,
136
136
"internal_tests" ,
137
137
"pugixml_v1.13_flags.patch" ,
138
- "rag_demo.ipynb"
138
+ "rag_demo.ipynb" ,
139
+ ".bazelversion" ,
139
140
]
140
141
141
142
exclude_directories = ['/dist/' , 'release_files/thirdparty-licenses' ]
@@ -221,7 +222,8 @@ def check_func(start_dir):
221
222
'graph.pbtxt' ,
222
223
"build_dependencies.sh" ,
223
224
"iris_tracking.pbtxt" ,
224
- "internal_tests"
225
+ "internal_tests" ,
226
+ ".bazelversion" ,
225
227
]
226
228
227
229
exclude_directories = ['/dist/' ]
You can’t perform that action at this time.
0 commit comments