-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Describe the bug
image_uris.config_for_framework
does not return the account id of the djl lmi registry for eu-central-2 region.
To reproduce
from sagemaker import image_uris
uris = image_uris.config_for_framework("djl-lmi")
print("eu-central-2" in str(uris))
Expected behavior
config_for_framework
should return the registry for every AWS region that djl lmi supports.
Screenshots or logs
image_uris.config_for_framework("djl-lmi")
output:
{'scope': ['inference'],
'version_aliases': {'latest': '0.30.0'},
'versions': {'0.30.0': {'registries': {'af-south-1': '626614931356',
'il-central-1': '780543022126',
'ap-east-1': '871362719292',
'ap-northeast-1': '763104351884',
'ap-northeast-2': '763104351884',
'ap-northeast-3': '364406365360',
'ap-south-1': '763104351884',
'ap-southeast-1': '763104351884',
'ap-southeast-2': '763104351884',
'ap-southeast-3': '907027046896',
'ca-central-1': '763104351884',
'cn-north-1': '727897471807',
'cn-northwest-1': '727897471807',
'eu-central-1': '763104351884',
'eu-north-1': '763104351884',
'eu-west-1': '763104351884',
'eu-west-2': '763104351884',
'eu-west-3': '763104351884',
'eu-south-1': '692866216735',
'me-south-1': '217643126080',
'me-central-1': '914824155844',
'sa-east-1': '763104351884',
'us-east-1': '763104351884',
'us-east-2': '763104351884',
'us-gov-east-1': '446045086412',
'us-gov-west-1': '442386744353',
'us-west-1': '763104351884',
'us-west-2': '763104351884',
'ca-west-1': '204538143572'},
'repository': 'djl-inference',
'tag_prefix': '0.30.0-lmi12.0.0-cu124'},
'0.29.0': {'registries': {'af-south-1': '626614931356',
'il-central-1': '780543022126',
'ap-east-1': '871362719292',
'ap-northeast-1': '763104351884',
'ap-northeast-2': '763104351884',
'ap-northeast-3': '364406365360',
'ap-south-1': '763104351884',
'ap-southeast-1': '763104351884',
'ap-southeast-2': '763104351884',
'ap-southeast-3': '907027046896',
'ca-central-1': '763104351884',
'cn-north-1': '727897471807',
'cn-northwest-1': '727897471807',
'eu-central-1': '763104351884',
'eu-north-1': '763104351884',
'eu-west-1': '763104351884',
'eu-west-2': '763104351884',
'eu-west-3': '763104351884',
'eu-south-1': '692866216735',
'me-south-1': '217643126080',
'me-central-1': '914824155844',
'sa-east-1': '763104351884',
'us-east-1': '763104351884',
'us-east-2': '763104351884',
'us-gov-east-1': '446045086412',
'us-gov-west-1': '442386744353',
'us-west-1': '763104351884',
'us-west-2': '763104351884',
'ca-west-1': '204538143572'},
'repository': 'djl-inference',
'tag_prefix': '0.29.0-lmi11.0.0-cu124'},
'0.28.0': {'registries': {'af-south-1': '626614931356',
'il-central-1': '780543022126',
'ap-east-1': '871362719292',
'ap-northeast-1': '763104351884',
'ap-northeast-2': '763104351884',
'ap-northeast-3': '364406365360',
'ap-south-1': '763104351884',
'ap-southeast-1': '763104351884',
'ap-southeast-2': '763104351884',
'ap-southeast-3': '907027046896',
'ca-central-1': '763104351884',
'cn-north-1': '727897471807',
'cn-northwest-1': '727897471807',
'eu-central-1': '763104351884',
'eu-north-1': '763104351884',
'eu-west-1': '763104351884',
'eu-west-2': '763104351884',
'eu-west-3': '763104351884',
'eu-south-1': '692866216735',
'me-south-1': '217643126080',
'me-central-1': '914824155844',
'sa-east-1': '763104351884',
'us-east-1': '763104351884',
'us-east-2': '763104351884',
'us-gov-east-1': '446045086412',
'us-gov-west-1': '442386744353',
'us-west-1': '763104351884',
'us-west-2': '763104351884',
'ca-west-1': '204538143572'},
'repository': 'djl-inference',
'tag_prefix': '0.28.0-lmi10.0.0-cu124'}}}
System information
A description of your system. Please provide:
- SageMaker Python SDK version: 2.251.1
- Framework name (eg. PyTorch) or algorithm (eg. KMeans): DJL LMI
- Framework version: n/a
- Python version: 3.12.9
- CPU or GPU: n/a
- Custom Docker image (Y/N): N
Additional context
Add any other context about the problem here.