File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,14 +18,12 @@ build:
1818 target : " sklearn-sagemaker"
1919 base_image : " amazonlinux:2023"
2020 python_version : " 3.12"
21- # Temporary — points at branch on upstream master repo for testing.
22- # Flip to "master" once upstream PR merges + before merging this DLC PR.
23- sklearn_container_branch : " feat/upgrade-sklearn-1.9"
21+ sklearn_container_branch : " master"
2422
2523release :
2624 release : false
2725 force_release : false
2826 public_registry : false
2927 private_registry : true
3028 enable_soci : false
31- environment : " production "
29+ environment : " gamma "
Original file line number Diff line number Diff line change 77 description : " Path to image config YAML"
88 required : true
99 type : string
10- default : " .github/config/image/sklearn/sagemaker-1.4-2-py312 .yml"
10+ default : " .github/config/image/sklearn/sagemaker-1.9-0 .yml"
1111
1212concurrency :
1313 group : ${{ github.workflow }}-${{ inputs.config-file }}
You can’t perform that action at this time.
0 commit comments