Skip to content

Commit f5d3324

Browse files
bhanutejagkBhanu Teja Goshikonda
andauthored
tensorflow: flip 2.21 configs to production release (#6375)
Promotes TF 2.21 SageMaker configs from gamma to production after successful gamma validation. Autorelease will push to the prod ECR (061416347176) and sync to public.ecr.aws/deep-learning-containers/tensorflow-training. Changes per config (both cpu + cuda): - public_registry: false → true (publish to public gallery) - environment: "gamma" → "production" private_registry stays true (still publish to private prod ECR). enable_soci stays true (already on from gamma retest cycle). Co-authored-by: Bhanu Teja Goshikonda <bhanugk@amazon.com>
1 parent 6f3736f commit f5d3324

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/config/image/tensorflow/2.21-sagemaker-cpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build:
2323
release:
2424
release: true
2525
force_release: false
26-
public_registry: false
26+
public_registry: true
2727
private_registry: true
2828
enable_soci: true
29-
environment: "gamma"
29+
environment: "production"

.github/config/image/tensorflow/2.21-sagemaker-cuda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build:
2525
release:
2626
release: true
2727
force_release: false
28-
public_registry: false
28+
public_registry: true
2929
private_registry: true
3030
enable_soci: true
31-
environment: "gamma"
31+
environment: "production"

0 commit comments

Comments
 (0)