Skip to content

Commit 02e864d

Browse files
authored
updated the SDK to use latest LMIv22 image for sdk v3.x (#5640)
1 parent 6192859 commit 02e864d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sagemaker-core/src/sagemaker/core/image_uri_config/djl-lmi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"mx-central-1": "637423239942"
4747
},
4848
"repository": "djl-inference",
49-
"tag_prefix": "0.36.0-lmi21.0.0-cu129"
49+
"tag_prefix": "0.36.0-lmi22.0.0-cu129"
5050
},
5151
"0.35.0": {
5252
"registries": {

sagemaker-core/tests/unit/image_uris/test_djl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def _test_djl_uris(account, region, version, tag, djl_framework):
8686
# Known missing framework:version:region combinations that don't exist in ECR
8787
KNOWN_MISSING_COMBINATIONS = {
8888
"djl-lmi": {
89-
"0.36.0-lmi21.0.0-cu129": {"ap-east-2"},
89+
"0.36.0-lmi22.0.0-cu129": {"ap-east-2"},
9090
"0.35.0-lmi17.0.0-cu128": {"ap-east-2"},
9191
"0.34.0-lmi16.0.0-cu128": {"ap-east-2"},
9292
"0.33.0-lmi15.0.0-cu128": {"ap-east-2"},

0 commit comments

Comments
 (0)