Skip to content

Commit 19102c0

Browse files
Change dldt package url to public package (#2598)
1 parent 2959a62 commit 19102c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@ ifeq ($(findstring ubuntu,$(BASE_OS)),ubuntu)
160160
ifeq ($(BASE_OS_TAG),20.04)
161161
OS=ubuntu20
162162
INSTALL_DRIVER_VERSION ?= "22.43.24595"
163-
DLDT_PACKAGE_URL ?= http://s3.toolbox.iotg.sclab.intel.com/ov-packages/l_openvino_toolkit_ubuntu20_2024.3.0.16041.1e3b88e4e3f_x86_64.tgz
163+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.3/linux/l_openvino_toolkit_ubuntu20_2024.3.0.16041.1e3b88e4e3f_x86_64.tgz
164164
else ifeq ($(BASE_OS_TAG),22.04)
165165
OS=ubuntu22
166166
INSTALL_DRIVER_VERSION ?= "23.22.26516"
167-
DLDT_PACKAGE_URL ?= http://s3.toolbox.iotg.sclab.intel.com/ov-packages/l_openvino_toolkit_ubuntu22_2024.3.0.16041.1e3b88e4e3f_x86_64.tgz
167+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.3/linux/l_openvino_toolkit_ubuntu22_2024.3.0.16041.1e3b88e4e3f_x86_64.tgz
168168
endif
169169
endif
170170
ifeq ($(BASE_OS),redhat)
@@ -179,7 +179,7 @@ ifeq ($(BASE_OS),redhat)
179179
endif
180180
DIST_OS=redhat
181181
INSTALL_DRIVER_VERSION ?= "23.22.26516"
182-
DLDT_PACKAGE_URL ?= http://s3.toolbox.iotg.sclab.intel.com/ov-packages/l_openvino_toolkit_rhel8_2024.3.0.16041.1e3b88e4e3f_x86_64.tgz
182+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.3/linux/l_openvino_toolkit_rhel8_2024.3.0.16041.1e3b88e4e3f_x86_64.tgz
183183
endif
184184

185185
OVMS_CPP_DOCKER_IMAGE ?= openvino/model_server

0 commit comments

Comments
 (0)