Skip to content

Commit dbe6bb0

Browse files
authored
Change to public packages (#2862)
1 parent 3a40326 commit dbe6bb0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ ifeq ($(findstring ubuntu,$(BASE_OS)),ubuntu)
166166
ifeq ($(BASE_OS_TAG),20.04)
167167
OS=ubuntu20
168168
INSTALL_DRIVER_VERSION ?= "22.43.24595"
169-
DLDT_PACKAGE_URL ?= http://s3.toolbox.iotg.sclab.intel.com/ov-packages/l_openvino_toolkit_ubuntu20_2024.5.0.17288.7975fa5da0c_x86_64.tgz
169+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.5/linux/l_openvino_toolkit_ubuntu20_2024.5.0.17288.7975fa5da0c_x86_64.tgz
170170
else ifeq ($(BASE_OS_TAG),22.04)
171171
OS=ubuntu22
172172
INSTALL_DRIVER_VERSION ?= "24.26.30049"
173-
DLDT_PACKAGE_URL ?= http://s3.toolbox.iotg.sclab.intel.com/ov-packages/l_openvino_toolkit_ubuntu22_2024.5.0.17288.7975fa5da0c_x86_64.tgz
173+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.5/linux/l_openvino_toolkit_ubuntu22_2024.5.0.17288.7975fa5da0c_x86_64.tgz
174174
endif
175175
endif
176176
ifeq ($(BASE_OS),redhat)
@@ -185,7 +185,7 @@ ifeq ($(BASE_OS),redhat)
185185
endif
186186
DIST_OS=redhat
187187
INSTALL_DRIVER_VERSION ?= "23.22.26516"
188-
DLDT_PACKAGE_URL ?= http://s3.toolbox.iotg.sclab.intel.com/ov-packages/l_openvino_toolkit_rhel8_2024.5.0.17288.7975fa5da0c_x86_64.tgz
188+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.5/linux/l_openvino_toolkit_rhel8_2024.5.0.17288.7975fa5da0c_x86_64.tgz
189189
endif
190190

191191
OVMS_CPP_DOCKER_IMAGE ?= openvino/model_server

demos/python_demos/stable_diffusion/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
--extra-index-url "https://download.pytorch.org/whl/cpu"
55
onnx
66
nncf
7-
openvino
7+
openvino==2024.5.*
88
optimum[diffusers,openvino]

0 commit comments

Comments
 (0)