@@ -161,11 +161,11 @@ ifeq ($(findstring ubuntu,$(BASE_OS)),ubuntu)
161
161
ifeq ($(BASE_OS_TAG),20.04)
162
162
OS =ubuntu20
163
163
INSTALL_DRIVER_VERSION ?= "22.43.24595"
164
- DLDT_PACKAGE_URL ?= http ://s3.toolbox.iotg.sclab.intel.com/ov- packages/l_openvino_toolkit_ubuntu20_2024.4.0.16579.c3152d32c9c_x86_64.tgz
164
+ DLDT_PACKAGE_URL ?= https ://storage.openvinotoolkit.org/repositories/openvino/ packages/2024.4/linux /l_openvino_toolkit_ubuntu20_2024.4.0.16579.c3152d32c9c_x86_64.tgz
165
165
else ifeq ($(BASE_OS_TAG),22.04)
166
166
OS =ubuntu22
167
167
INSTALL_DRIVER_VERSION ?= "24.26.30049"
168
- DLDT_PACKAGE_URL ?= http ://s3.toolbox.iotg.sclab.intel.com/ov- packages/l_openvino_toolkit_ubuntu22_2024.4.0.16579.c3152d32c9c_x86_64.tgz
168
+ DLDT_PACKAGE_URL ?= https ://storage.openvinotoolkit.org/repositories/openvino/ packages/2024.4/linux /l_openvino_toolkit_ubuntu22_2024.4.0.16579.c3152d32c9c_x86_64.tgz
169
169
endif
170
170
endif
171
171
ifeq ($(BASE_OS ) ,redhat)
@@ -180,7 +180,7 @@ ifeq ($(BASE_OS),redhat)
180
180
endif
181
181
DIST_OS =redhat
182
182
INSTALL_DRIVER_VERSION ?= "23.22.26516"
183
- DLDT_PACKAGE_URL ?= http ://s3.toolbox.iotg.sclab.intel.com/ov- packages/l_openvino_toolkit_rhel8_2024.4.0.16579.c3152d32c9c_x86_64.tgz
183
+ DLDT_PACKAGE_URL ?= https ://storage.openvinotoolkit.org/repositories/openvino/ packages/2024.4/linux /l_openvino_toolkit_rhel8_2024.4.0.16579.c3152d32c9c_x86_64.tgz
184
184
endif
185
185
186
186
OVMS_CPP_DOCKER_IMAGE ?= openvino/model_server
@@ -673,4 +673,4 @@ run_unit_tests:
673
673
docker run -v $(realpath ${TEST_LLM_PATH}) :/ovms/src/test/llm_testing:ro -e https_proxy=${https_proxy} -e RUN_TESTS=1 -e JOBS=$(JOBS ) -e debug_bazel_flags=${BAZEL_DEBUG_FLAGS} $(OVMS_CPP_DOCKER_IMAGE ) -build:$(OVMS_CPP_IMAGE_TAG )$(IMAGE_TAG_SUFFIX ) ./rununittest.sh > test.log 2>&1 ; exit_status=$$? ; tail -200 test.log ; exit $$ exit_status
674
674
675
675
run_lib_files_test :
676
- docker run --entrypoint bash -v $(realpath tests/file_lists) :/test $(OVMS_CPP_DOCKER_IMAGE ) :$(OVMS_CPP_IMAGE_TAG )$(IMAGE_TAG_SUFFIX ) ./test/test_release_files.sh ${BAZEL_DEBUG_FLAGS} > file_test.log 2>&1 ; exit_status=$$? ; tail -200 file_test.log ; exit $$ exit_status
676
+ docker run --entrypoint bash -v $(realpath tests/file_lists) :/test $(OVMS_CPP_DOCKER_IMAGE ) :$(OVMS_CPP_IMAGE_TAG )$(IMAGE_TAG_SUFFIX ) ./test/test_release_files.sh ${BAZEL_DEBUG_FLAGS} > file_test.log 2>&1 ; exit_status=$$? ; tail -200 file_test.log ; exit $$ exit_status
0 commit comments