Skip to content

Commit fff761e

Browse files
author
Mike Schneider
authored
feature: Add TFS 2.12.1 Graviton image (#3880)
1 parent 1b90f65 commit fff761e

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

src/sagemaker/image_uri_config/tensorflow.json

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2021,7 +2021,8 @@
20212021
"cpu"
20222022
],
20232023
"version_aliases": {
2024-
"2.9": "2.9.1"
2024+
"2.9": "2.9.1",
2025+
"2.12": "2.12.1"
20252026
},
20262027
"versions": {
20272028
"2.9.1": {
@@ -2064,6 +2065,47 @@
20642065
},
20652066
"repository": "tensorflow-inference-graviton",
20662067
"container_version": {"cpu": "ubuntu20.04"}
2068+
},
2069+
"2.12.1": {
2070+
"py_versions": [
2071+
"py310"
2072+
],
2073+
"registries": {
2074+
"af-south-1": "626614931356",
2075+
"ap-east-1": "871362719292",
2076+
"ap-northeast-1": "763104351884",
2077+
"ap-northeast-2": "763104351884",
2078+
"ap-northeast-3": "364406365360",
2079+
"ap-south-1": "763104351884",
2080+
"ap-south-2": "772153158452",
2081+
"ap-southeast-1": "763104351884",
2082+
"ap-southeast-2": "763104351884",
2083+
"ap-southeast-3": "907027046896",
2084+
"ap-southeast-4": "457447274322",
2085+
"ca-central-1": "763104351884",
2086+
"cn-north-1": "727897471807",
2087+
"cn-northwest-1": "727897471807",
2088+
"eu-central-1": "763104351884",
2089+
"eu-central-2": "380420809688",
2090+
"eu-north-1": "763104351884",
2091+
"eu-west-1": "763104351884",
2092+
"eu-west-2": "763104351884",
2093+
"eu-west-3": "763104351884",
2094+
"eu-south-1": "692866216735",
2095+
"eu-south-2": "503227376785",
2096+
"me-south-1": "217643126080",
2097+
"sa-east-1": "763104351884",
2098+
"us-east-1": "763104351884",
2099+
"us-east-2": "763104351884",
2100+
"us-gov-east-1": "446045086412",
2101+
"us-gov-west-1": "442386744353",
2102+
"us-iso-east-1": "886529160074",
2103+
"us-isob-east-1": "094389454867",
2104+
"us-west-1": "763104351884",
2105+
"us-west-2": "763104351884"
2106+
},
2107+
"repository": "tensorflow-inference-graviton",
2108+
"container_version": {"cpu": "ubuntu20.04"}
20672109
}
20682110
}
20692111
},

0 commit comments

Comments
 (0)