Skip to content

Commit f4805e9

Browse files
authored
Public OV packages (#2153)
1 parent 0397bce commit f4805e9

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
@@ -138,10 +138,10 @@ ifeq ($(findstring ubuntu,$(BASE_OS)),ubuntu)
138138
endif
139139
ifeq ($(BASE_OS_TAG),20.04)
140140
INSTALL_DRIVER_VERSION ?= "22.43.24595"
141-
DLDT_PACKAGE_URL ?= http://s3.toolbox.iotg.sclab.intel.com/ov-packages/l_openvino_toolkit_ubuntu20_2023.2.0.13089.cfd42bd2cb0_x86_64.tgz
141+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.2/linux/l_openvino_toolkit_ubuntu20_2023.2.0.13089.cfd42bd2cb0_x86_64.tgz
142142
else ifeq ($(BASE_OS_TAG),22.04)
143143
INSTALL_DRIVER_VERSION ?= "23.22.26516"
144-
DLDT_PACKAGE_URL ?= http://s3.toolbox.iotg.sclab.intel.com/ov-packages/l_openvino_toolkit_ubuntu22_2023.2.0.13089.cfd42bd2cb0_x86_64.tgz
144+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.2/linux/l_openvino_toolkit_ubuntu22_2023.2.0.13089.cfd42bd2cb0_x86_64.tgz
145145
endif
146146
endif
147147
ifeq ($(BASE_OS),redhat)
@@ -156,7 +156,7 @@ ifeq ($(BASE_OS),redhat)
156156
endif
157157
DIST_OS=redhat
158158
INSTALL_DRIVER_VERSION ?= "23.22.26516"
159-
DLDT_PACKAGE_URL ?= http://s3.toolbox.iotg.sclab.intel.com/ov-packages/l_openvino_toolkit_rhel8_2023.2.0.13089.cfd42bd2cb0_x86_64.tgz
159+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.2/linux/l_openvino_toolkit_rhel8_2023.2.0.13089.cfd42bd2cb0_x86_64.tgz
160160
endif
161161

162162
OVMS_CPP_DOCKER_IMAGE ?= openvino/model_server

0 commit comments

Comments
 (0)