Skip to content

Commit d53f5d5

Browse files
committed
fix: add missing Tensorflow 2.9 inference image
1 parent b4ea839 commit d53f5d5

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

src/sagemaker/image_uri_config/tensorflow.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@
285285
"2.5": "2.5.1",
286286
"2.6": "2.6.3",
287287
"2.7": "2.7.0",
288-
"2.8": "2.8.0"
288+
"2.8": "2.8.0",
289+
"2.9": "2.9.0"
289290
},
290291
"versions": {
291292
"1.10.0": {
@@ -1468,6 +1469,36 @@
14681469
"us-west-2": "763104351884"
14691470
},
14701471
"repository": "tensorflow-inference"
1472+
},
1473+
"2.9.0": {
1474+
"registries": {
1475+
"af-south-1": "626614931356",
1476+
"ap-east-1": "871362719292",
1477+
"ap-northeast-1": "763104351884",
1478+
"ap-northeast-2": "763104351884",
1479+
"ap-northeast-3": "364406365360",
1480+
"ap-south-1": "763104351884",
1481+
"ap-southeast-1": "763104351884",
1482+
"ap-southeast-2": "763104351884",
1483+
"ca-central-1": "763104351884",
1484+
"cn-north-1": "727897471807",
1485+
"cn-northwest-1": "727897471807",
1486+
"eu-central-1": "763104351884",
1487+
"eu-north-1": "763104351884",
1488+
"eu-south-1": "692866216735",
1489+
"eu-west-1": "763104351884",
1490+
"eu-west-2": "763104351884",
1491+
"eu-west-3": "763104351884",
1492+
"me-south-1": "217643126080",
1493+
"sa-east-1": "763104351884",
1494+
"us-east-1": "763104351884",
1495+
"us-east-2": "763104351884",
1496+
"us-gov-west-1": "442386744353",
1497+
"us-iso-east-1": "886529160074",
1498+
"us-west-1": "763104351884",
1499+
"us-west-2": "763104351884"
1500+
},
1501+
"repository": "tensorflow-inference"
14711502
}
14721503
}
14731504
},

0 commit comments

Comments
 (0)