File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,18 @@ HTTPS_PROXY := "$(https_proxy)"
20
20
NO_PROXY := "$(no_proxy ) "
21
21
22
22
OVMS_CPP_DOCKER_IMAGE ?= openvino/model_server
23
- OVMS_CPP_IMAGE_TAG ?= 2024.3
23
+ OVMS_CPP_IMAGE_TAG ?= 2024.4
24
24
BASE_OS ?= ubuntu22
25
25
26
26
ifeq ($(BASE_OS ) ,ubuntu22)
27
27
BASE_OS_TAG_UBUNTU ?= 22.04
28
- PACKAGE_URL ?="https://github.com/openvinotoolkit/model_server/releases/download/v2024.3 /ovms_ubuntu22.tar.gz"
28
+ PACKAGE_URL ?="https://github.com/openvinotoolkit/model_server/releases/download/v2024.4 /ovms_ubuntu22.tar.gz"
29
29
BASE_IMAGE ?= ubuntu:$(BASE_OS_TAG_UBUNTU )
30
30
DIST_OS =ubuntu
31
31
endif
32
32
ifeq ($(BASE_OS ) ,redhat)
33
33
BASE_OS_TAG_REDHAT ?= 8.10
34
- PACKAGE_URL ="https://github.com/openvinotoolkit/model_server/releases/download/v2024.3 /ovms_redhat.tar.gz"
34
+ PACKAGE_URL ="https://github.com/openvinotoolkit/model_server/releases/download/v2024.4 /ovms_redhat.tar.gz"
35
35
BASE_IMAGE ?= registry.access.redhat.com/ubi8/ubi:$(BASE_OS_TAG_REDHAT )
36
36
DIST_OS =redhat
37
37
endif
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ sudo apt -y install libpython3.8
116
116
:sync: ubuntu-22-04
117
117
Download precompiled package:
118
118
``` {code} sh
119
- wget https://github.com/openvinotoolkit/model_server/releases/download/v2024.3 /ovms_ubuntu22.tar.gz
119
+ wget https://github.com/openvinotoolkit/model_server/releases/download/v2024.4 /ovms_ubuntu22.tar.gz
120
120
tar -xzvf ovms_ubuntu22.tar.gz
121
121
```
122
122
or build it yourself:
@@ -147,7 +147,7 @@ sudo apt -y install libpython3.10
147
147
:sync: ubuntu-24-04
148
148
Download precompiled package:
149
149
``` {code} sh
150
- wget https://github.com/openvinotoolkit/model_server/releases/download/v2024.3 /ovms_ubuntu22.tar.gz
150
+ wget https://github.com/openvinotoolkit/model_server/releases/download/v2024.4 /ovms_ubuntu22.tar.gz
151
151
tar -xzvf ovms_ubuntu22.tar.gz
152
152
```
153
153
or build it yourself:
@@ -178,7 +178,7 @@ sudo apt -y install libpython3.10
178
178
:sync: rhel-8-10
179
179
Download precompiled package:
180
180
``` {code} sh
181
- wget https://github.com/openvinotoolkit/model_server/releases/download/v2024.3 /ovms_redhat.tar.gz
181
+ wget https://github.com/openvinotoolkit/model_server/releases/download/v2024.4 /ovms_redhat.tar.gz
182
182
tar -xzvf ovms_redhat.tar.gz
183
183
```
184
184
or build it yourself:
@@ -205,7 +205,7 @@ sudo yum install -y python39-libs
205
205
:sync: rhel-9.4
206
206
Download precompiled package:
207
207
``` {code} sh
208
- wget https://github.com/openvinotoolkit/model_server/releases/download/v2024.3 /ovms_redhat.tar.gz
208
+ wget https://github.com/openvinotoolkit/model_server/releases/download/v2024.4 /ovms_redhat.tar.gz
209
209
tar -xzvf ovms_redhat.tar.gz
210
210
```
211
211
or build it yourself:
You can’t perform that action at this time.
0 commit comments