Skip to content

Commit 9fbdeed

Browse files
committed
sklearn: switch 1.9 config to upstream master + gamma release env
1 parent aeb3e9a commit 9fbdeed

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/config/image/sklearn/sagemaker-1.9-0.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2523
release:
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"

.github/workflows/sklearn.dispatch-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
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

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ inputs.config-file }}

0 commit comments

Comments
 (0)