Skip to content

Commit 95b8b78

Browse files
authored
Public OV 2024.1 (#2431)
1 parent d576c6c commit 95b8b78

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
@@ -154,10 +154,10 @@ ifeq ($(findstring ubuntu,$(BASE_OS)),ubuntu)
154154
endif
155155
ifeq ($(BASE_OS_TAG),20.04)
156156
INSTALL_DRIVER_VERSION ?= "22.43.24595"
157-
DLDT_PACKAGE_URL ?= http://s3.toolbox.iotg.sclab.intel.com/ov-packages/l_openvino_toolkit_ubuntu20_2024.1.0.15008.f4afc983258_x86_64.tgz
157+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/linux/l_openvino_toolkit_ubuntu20_2024.1.0.15008.f4afc983258_x86_64.tgz
158158
else ifeq ($(BASE_OS_TAG),22.04)
159159
INSTALL_DRIVER_VERSION ?= "23.22.26516"
160-
DLDT_PACKAGE_URL ?= http://s3.toolbox.iotg.sclab.intel.com/ov-packages/l_openvino_toolkit_ubuntu22_2024.1.0.15008.f4afc983258_x86_64.tgz
160+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/linux/l_openvino_toolkit_ubuntu22_2024.1.0.15008.f4afc983258_x86_64.tgz
161161
endif
162162
endif
163163
ifeq ($(BASE_OS),redhat)
@@ -172,7 +172,7 @@ ifeq ($(BASE_OS),redhat)
172172
endif
173173
DIST_OS=redhat
174174
INSTALL_DRIVER_VERSION ?= "23.22.26516"
175-
DLDT_PACKAGE_URL ?= http://s3.toolbox.iotg.sclab.intel.com/ov-packages/l_openvino_toolkit_rhel8_2024.1.0.15008.f4afc983258_x86_64.tgz
175+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/linux/l_openvino_toolkit_rhel8_2024.1.0.15008.f4afc983258_x86_64.tgz
176176
endif
177177

178178
OVMS_CPP_DOCKER_IMAGE ?= openvino/model_server

0 commit comments

Comments
 (0)