Skip to content

Commit e394282

Browse files
chuyang-dengChuyang Deng
andauthored
fix: add missing framework version image uri config (#1863)
Co-authored-by: Chuyang Deng <[email protected]>
1 parent 610d9af commit e394282

File tree

1 file changed

+160
-5
lines changed

1 file changed

+160
-5
lines changed

src/sagemaker/image_uri_config/tensorflow.json

Lines changed: 160 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,16 +232,17 @@
232232
"1.12": "1.12.0",
233233
"1.13": "1.13.0",
234234
"1.14": "1.14.0",
235-
"1.15": "1.15.2",
235+
"1.15": "1.15.3",
236236
"1.4": "1.4.1",
237237
"1.5": "1.5.0",
238238
"1.6": "1.6.0",
239239
"1.7": "1.7.0",
240240
"1.8": "1.8.0",
241241
"1.9": "1.9.0",
242242
"2.0": "2.0.1",
243-
"2.1": "2.1.0",
244-
"2.2": "2.2.0"
243+
"2.1": "2.1.1",
244+
"2.2": "2.2.0",
245+
"2.3": "2.3.0"
245246
},
246247
"versions": {
247248
"1.10.0": {
@@ -450,6 +451,35 @@
450451
},
451452
"repository": "tensorflow-inference"
452453
},
454+
"1.15.3": {
455+
"registries": {
456+
"af-south-1": "626614931356",
457+
"ap-east-1": "871362719292",
458+
"ap-northeast-1": "763104351884",
459+
"ap-northeast-2": "763104351884",
460+
"ap-south-1": "763104351884",
461+
"ap-southeast-1": "763104351884",
462+
"ap-southeast-2": "763104351884",
463+
"ca-central-1": "763104351884",
464+
"cn-north-1": "727897471807",
465+
"cn-northwest-1": "727897471807",
466+
"eu-central-1": "763104351884",
467+
"eu-north-1": "763104351884",
468+
"eu-south-1": "692866216735",
469+
"eu-west-1": "763104351884",
470+
"eu-west-2": "763104351884",
471+
"eu-west-3": "763104351884",
472+
"me-south-1": "217643126080",
473+
"sa-east-1": "763104351884",
474+
"us-east-1": "763104351884",
475+
"us-east-2": "763104351884",
476+
"us-gov-west-1": "442386744353",
477+
"us-iso-east-1": "886529160074",
478+
"us-west-1": "763104351884",
479+
"us-west-2": "763104351884"
480+
},
481+
"repository": "tensorflow-inference"
482+
},
453483
"1.4.1": {
454484
"py_versions": [
455485
"py2"
@@ -729,6 +759,35 @@
729759
},
730760
"repository": "tensorflow-inference"
731761
},
762+
"2.1.1": {
763+
"registries": {
764+
"af-south-1": "626614931356",
765+
"ap-east-1": "871362719292",
766+
"ap-northeast-1": "763104351884",
767+
"ap-northeast-2": "763104351884",
768+
"ap-south-1": "763104351884",
769+
"ap-southeast-1": "763104351884",
770+
"ap-southeast-2": "763104351884",
771+
"ca-central-1": "763104351884",
772+
"cn-north-1": "727897471807",
773+
"cn-northwest-1": "727897471807",
774+
"eu-central-1": "763104351884",
775+
"eu-north-1": "763104351884",
776+
"eu-south-1": "692866216735",
777+
"eu-west-1": "763104351884",
778+
"eu-west-2": "763104351884",
779+
"eu-west-3": "763104351884",
780+
"me-south-1": "217643126080",
781+
"sa-east-1": "763104351884",
782+
"us-east-1": "763104351884",
783+
"us-east-2": "763104351884",
784+
"us-gov-west-1": "442386744353",
785+
"us-iso-east-1": "886529160074",
786+
"us-west-1": "763104351884",
787+
"us-west-2": "763104351884"
788+
},
789+
"repository": "tensorflow-inference"
790+
},
732791
"2.2.0": {
733792
"registries": {
734793
"af-south-1": "626614931356",
@@ -757,6 +816,35 @@
757816
"us-west-2": "763104351884"
758817
},
759818
"repository": "tensorflow-inference"
819+
},
820+
"2.3.0": {
821+
"registries": {
822+
"af-south-1": "626614931356",
823+
"ap-east-1": "871362719292",
824+
"ap-northeast-1": "763104351884",
825+
"ap-northeast-2": "763104351884",
826+
"ap-south-1": "763104351884",
827+
"ap-southeast-1": "763104351884",
828+
"ap-southeast-2": "763104351884",
829+
"ca-central-1": "763104351884",
830+
"cn-north-1": "727897471807",
831+
"cn-northwest-1": "727897471807",
832+
"eu-central-1": "763104351884",
833+
"eu-north-1": "763104351884",
834+
"eu-south-1": "692866216735",
835+
"eu-west-1": "763104351884",
836+
"eu-west-2": "763104351884",
837+
"eu-west-3": "763104351884",
838+
"me-south-1": "217643126080",
839+
"sa-east-1": "763104351884",
840+
"us-east-1": "763104351884",
841+
"us-east-2": "763104351884",
842+
"us-gov-west-1": "442386744353",
843+
"us-iso-east-1": "886529160074",
844+
"us-west-1": "763104351884",
845+
"us-west-2": "763104351884"
846+
},
847+
"repository": "tensorflow-inference"
760848
}
761849
}
762850
},
@@ -771,15 +859,15 @@
771859
"1.12": "1.12.0",
772860
"1.13": "1.13.1",
773861
"1.14": "1.14.0",
774-
"1.15": "1.15.2",
862+
"1.15": "1.15.3",
775863
"1.4": "1.4.1",
776864
"1.5": "1.5.0",
777865
"1.6": "1.6.0",
778866
"1.7": "1.7.0",
779867
"1.8": "1.8.0",
780868
"1.9": "1.9.0",
781869
"2.0": "2.0.1",
782-
"2.1": "2.1.0",
870+
"2.1": "2.1.1",
783871
"2.2": "2.2.0",
784872
"2.3": "2.3.0"
785873
},
@@ -1042,6 +1130,40 @@
10421130
},
10431131
"repository": "tensorflow-training"
10441132
},
1133+
"1.15.3": {
1134+
"py_versions": [
1135+
"py2",
1136+
"py3",
1137+
"py37"
1138+
],
1139+
"registries": {
1140+
"af-south-1": "626614931356",
1141+
"ap-east-1": "871362719292",
1142+
"ap-northeast-1": "763104351884",
1143+
"ap-northeast-2": "763104351884",
1144+
"ap-south-1": "763104351884",
1145+
"ap-southeast-1": "763104351884",
1146+
"ap-southeast-2": "763104351884",
1147+
"ca-central-1": "763104351884",
1148+
"cn-north-1": "727897471807",
1149+
"cn-northwest-1": "727897471807",
1150+
"eu-central-1": "763104351884",
1151+
"eu-north-1": "763104351884",
1152+
"eu-south-1": "692866216735",
1153+
"eu-west-1": "763104351884",
1154+
"eu-west-2": "763104351884",
1155+
"eu-west-3": "763104351884",
1156+
"me-south-1": "217643126080",
1157+
"sa-east-1": "763104351884",
1158+
"us-east-1": "763104351884",
1159+
"us-east-2": "763104351884",
1160+
"us-gov-west-1": "442386744353",
1161+
"us-iso-east-1": "886529160074",
1162+
"us-west-1": "763104351884",
1163+
"us-west-2": "763104351884"
1164+
},
1165+
"repository": "tensorflow-training"
1166+
},
10451167
"1.4.1": {
10461168
"py_versions": [
10471169
"py2"
@@ -1333,6 +1455,39 @@
13331455
},
13341456
"repository": "tensorflow-training"
13351457
},
1458+
"2.1.1": {
1459+
"py_versions": [
1460+
"py2",
1461+
"py3"
1462+
],
1463+
"registries": {
1464+
"af-south-1": "626614931356",
1465+
"ap-east-1": "871362719292",
1466+
"ap-northeast-1": "763104351884",
1467+
"ap-northeast-2": "763104351884",
1468+
"ap-south-1": "763104351884",
1469+
"ap-southeast-1": "763104351884",
1470+
"ap-southeast-2": "763104351884",
1471+
"ca-central-1": "763104351884",
1472+
"cn-north-1": "727897471807",
1473+
"cn-northwest-1": "727897471807",
1474+
"eu-central-1": "763104351884",
1475+
"eu-north-1": "763104351884",
1476+
"eu-south-1": "692866216735",
1477+
"eu-west-1": "763104351884",
1478+
"eu-west-2": "763104351884",
1479+
"eu-west-3": "763104351884",
1480+
"me-south-1": "217643126080",
1481+
"sa-east-1": "763104351884",
1482+
"us-east-1": "763104351884",
1483+
"us-east-2": "763104351884",
1484+
"us-gov-west-1": "442386744353",
1485+
"us-iso-east-1": "886529160074",
1486+
"us-west-1": "763104351884",
1487+
"us-west-2": "763104351884"
1488+
},
1489+
"repository": "tensorflow-training"
1490+
},
13361491
"2.2.0": {
13371492
"py_versions": [
13381493
"py37"

0 commit comments

Comments
 (0)