Skip to content

Commit 38bec3f

Browse files
committed
feat: MxNet 1.9 support
1 parent 5d8ebfc commit 38bec3f

File tree

1 file changed

+66
-2
lines changed

1 file changed

+66
-2
lines changed

src/sagemaker/image_uri_config/mxnet.json

Lines changed: 66 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"1.4": "1.4.1",
1111
"1.6": "1.6.0",
1212
"1.7": "1.7.0",
13-
"1.8": "1.8.0"
13+
"1.8": "1.8.0",
14+
"1.9": "1.9.0"
1415
},
1516
"versions": {
1617
"0.12.1": {
@@ -346,6 +347,37 @@
346347
},
347348
"repository": "mxnet-training",
348349
"py_versions": ["py37"]
350+
},
351+
"1.9.0": {
352+
"registries": {
353+
"af-south-1": "626614931356",
354+
"ap-east-1": "871362719292",
355+
"ap-northeast-1": "763104351884",
356+
"ap-northeast-2": "763104351884",
357+
"ap-northeast-3": "364406365360",
358+
"ap-south-1": "763104351884",
359+
"ap-southeast-1": "763104351884",
360+
"ap-southeast-2": "763104351884",
361+
"ca-central-1": "763104351884",
362+
"cn-north-1": "727897471807",
363+
"cn-northwest-1": "727897471807",
364+
"eu-central-1": "763104351884",
365+
"eu-north-1": "763104351884",
366+
"eu-west-1": "763104351884",
367+
"eu-west-2": "763104351884",
368+
"eu-west-3": "763104351884",
369+
"eu-south-1": "692866216735",
370+
"me-south-1": "217643126080",
371+
"sa-east-1": "763104351884",
372+
"us-east-1": "763104351884",
373+
"us-east-2": "763104351884",
374+
"us-gov-west-1": "442386744353",
375+
"us-iso-east-1": "886529160074",
376+
"us-west-1": "763104351884",
377+
"us-west-2": "763104351884"
378+
},
379+
"repository": "mxnet-training",
380+
"py_versions": ["py38"]
349381
}
350382
}
351383
},
@@ -358,7 +390,8 @@
358390
"1.2": "1.2.1",
359391
"1.3": "1.3.0",
360392
"1.4": "1.4.1",
361-
"1.6": "1.6.0"
393+
"1.6": "1.6.0",
394+
"1.9": "1.9.0"
362395
},
363396
"versions": {
364397
"0.12.1": {
@@ -694,6 +727,37 @@
694727
},
695728
"repository": "mxnet-inference",
696729
"py_versions": ["py37"]
730+
},
731+
"1.9.0": {
732+
"registries": {
733+
"af-south-1": "626614931356",
734+
"ap-east-1": "871362719292",
735+
"ap-northeast-1": "763104351884",
736+
"ap-northeast-2": "763104351884",
737+
"ap-northeast-3": "364406365360",
738+
"ap-south-1": "763104351884",
739+
"ap-southeast-1": "763104351884",
740+
"ap-southeast-2": "763104351884",
741+
"ca-central-1": "763104351884",
742+
"cn-north-1": "727897471807",
743+
"cn-northwest-1": "727897471807",
744+
"eu-central-1": "763104351884",
745+
"eu-north-1": "763104351884",
746+
"eu-west-1": "763104351884",
747+
"eu-west-2": "763104351884",
748+
"eu-west-3": "763104351884",
749+
"eu-south-1": "692866216735",
750+
"me-south-1": "217643126080",
751+
"sa-east-1": "763104351884",
752+
"us-east-1": "763104351884",
753+
"us-east-2": "763104351884",
754+
"us-gov-west-1": "442386744353",
755+
"us-iso-east-1": "886529160074",
756+
"us-west-1": "763104351884",
757+
"us-west-2": "763104351884"
758+
},
759+
"repository": "mxnet-inference",
760+
"py_versions": ["py38"]
697761
}
698762
}
699763
},

0 commit comments

Comments
 (0)