Skip to content

Commit 03e038b

Browse files
feat: Neo algorithm accounts for af-south-1 and eu-south-1 (#1829)
Co-authored-by: Ajay Karpur <[email protected]>
1 parent 014c4dc commit 03e038b

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

src/sagemaker/image_uri_config/image-classification-neo.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"versions": {
44
"latest": {
55
"registries": {
6+
"af-south-1": "774647643957",
67
"ap-east-1": "110948597952",
78
"ap-northeast-1": "941853720454",
89
"ap-northeast-2": "151534178276",
@@ -14,6 +15,7 @@
1415
"cn-northwest-1": "474822919863",
1516
"eu-central-1": "746233611703",
1617
"eu-north-1": "601324751636",
18+
"eu-south-1": "966458181534",
1719
"eu-west-1": "802834080501",
1820
"eu-west-2": "205493899709",
1921
"eu-west-3": "254080097072",

src/sagemaker/image_uri_config/neo-mxnet.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"1.5": {
1919
"py_versions": ["py3"],
2020
"registries": {
21+
"af-south-1": "774647643957",
2122
"ap-east-1": "110948597952",
2223
"ap-northeast-1": "941853720454",
2324
"ap-northeast-2": "151534178276",
@@ -29,6 +30,7 @@
2930
"cn-northwest-1": "474822919863",
3031
"eu-central-1": "746233611703",
3132
"eu-north-1": "601324751636",
33+
"eu-south-1": "966458181534",
3234
"eu-west-1": "802834080501",
3335
"eu-west-2": "205493899709",
3436
"eu-west-3": "254080097072",

src/sagemaker/image_uri_config/neo-pytorch.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"1.4.0": {
1313
"py_versions": ["py3"],
1414
"registries": {
15+
"af-south-1": "774647643957",
1516
"ap-east-1": "110948597952",
1617
"ap-northeast-1": "941853720454",
1718
"ap-northeast-2": "151534178276",
@@ -23,6 +24,7 @@
2324
"cn-northwest-1": "474822919863",
2425
"eu-central-1": "746233611703",
2526
"eu-north-1": "601324751636",
27+
"eu-south-1": "966458181534",
2628
"eu-west-1": "802834080501",
2729
"eu-west-2": "205493899709",
2830
"eu-west-3": "254080097072",

src/sagemaker/image_uri_config/neo-tensorflow.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"1.15.0": {
1919
"py_versions": ["py3"],
2020
"registries": {
21+
"af-south-1": "774647643957",
2122
"ap-east-1": "110948597952",
2223
"ap-northeast-1": "941853720454",
2324
"ap-northeast-2": "151534178276",
@@ -29,6 +30,7 @@
2930
"cn-northwest-1": "474822919863",
3031
"eu-central-1": "746233611703",
3132
"eu-north-1": "601324751636",
33+
"eu-south-1": "966458181534",
3234
"eu-west-1": "802834080501",
3335
"eu-west-2": "205493899709",
3436
"eu-west-3": "254080097072",

src/sagemaker/image_uri_config/xgboost-neo.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"versions": {
44
"latest": {
55
"registries": {
6+
"af-south-1": "774647643957",
67
"ap-east-1": "110948597952",
78
"ap-northeast-1": "941853720454",
89
"ap-northeast-2": "151534178276",
@@ -14,6 +15,7 @@
1415
"cn-northwest-1": "474822919863",
1516
"eu-central-1": "746233611703",
1617
"eu-north-1": "601324751636",
18+
"eu-south-1": "966458181534",
1719
"eu-west-1": "802834080501",
1820
"eu-west-2": "205493899709",
1921
"eu-west-3": "254080097072",

tests/unit/sagemaker/image_uris/test_neo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
NEO_ALGOS = ("image-classification-neo", "xgboost-neo")
2323

2424
ACCOUNTS = {
25+
"af-south-1": "774647643957",
2526
"ap-east-1": "110948597952",
2627
"ap-northeast-1": "941853720454",
2728
"ap-northeast-2": "151534178276",
@@ -33,6 +34,7 @@
3334
"cn-northwest-1": "474822919863",
3435
"eu-central-1": "746233611703",
3536
"eu-north-1": "601324751636",
37+
"eu-south-1": "966458181534",
3638
"eu-west-1": "802834080501",
3739
"eu-west-2": "205493899709",
3840
"eu-west-3": "254080097072",

0 commit comments

Comments
 (0)