Skip to content

Commit f515ec2

Browse files
authored
Use 1.2.0 image by default (autogluon#185)
1 parent 3e6caf9 commit f515ec2

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
ref: ${{ github.event.pull_request.head.sha }}
5858
- uses: actions/setup-python@v5
5959
with:
60-
python-version: '3.10'
60+
python-version: '3.11'
6161
- name: Check if changes beside docs
6262
uses: dorny/paths-filter@v3
6363
id: changes
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
fail-fast: false
7575
matrix:
76-
AG_VERSION: ["source", "1.1.0"]
76+
AG_VERSION: ["source", "1.2.0"]
7777
needs: cloud_lint_check
7878
runs-on: ubuntu-latest
7979
steps:
@@ -87,7 +87,7 @@ jobs:
8787
ref: ${{ github.event.pull_request.head.sha }}
8888
- uses: actions/setup-python@v5
8989
with:
90-
python-version: '3.10'
90+
python-version: '3.11'
9191
- name: Check if changes beside docs
9292
uses: dorny/paths-filter@v3
9393
id: changes
@@ -105,7 +105,7 @@ jobs:
105105
strategy:
106106
fail-fast: false
107107
matrix:
108-
AG_VERSION: ["source", "1.1.0"]
108+
AG_VERSION: ["source", "1.2.0"]
109109
needs: cloud_lint_check
110110
runs-on: ubuntu-latest
111111
steps:
@@ -119,7 +119,7 @@ jobs:
119119
ref: ${{ github.event.pull_request.head.sha }}
120120
- uses: actions/setup-python@v5
121121
with:
122-
python-version: '3.10'
122+
python-version: '3.11'
123123
- name: Check if changes beside docs
124124
uses: dorny/paths-filter@v3
125125
id: changes
@@ -137,7 +137,7 @@ jobs:
137137
strategy:
138138
fail-fast: false
139139
matrix:
140-
AG_VERSION: ["source", "1.1.0"]
140+
AG_VERSION: ["source", "1.2.0"]
141141
needs: cloud_lint_check
142142
runs-on: ubuntu-latest
143143
steps:
@@ -151,7 +151,7 @@ jobs:
151151
ref: ${{ github.event.pull_request.head.sha }}
152152
- uses: actions/setup-python@v5
153153
with:
154-
python-version: '3.10'
154+
python-version: '3.11'
155155
- name: Check if changes beside docs
156156
uses: dorny/paths-filter@v3
157157
id: changes
@@ -169,7 +169,7 @@ jobs:
169169
strategy:
170170
fail-fast: false
171171
matrix:
172-
AG_VERSION: ["source", "1.1.0"]
172+
AG_VERSION: ["source", "1.2.0"]
173173
needs: cloud_lint_check
174174
runs-on: ubuntu-latest
175175
steps:
@@ -183,7 +183,7 @@ jobs:
183183
ref: ${{ github.event.pull_request.head.sha }}
184184
- uses: actions/setup-python@v5
185185
with:
186-
python-version: '3.10'
186+
python-version: '3.11'
187187
- name: Check if changes beside docs
188188
uses: dorny/paths-filter@v3
189189
id: changes
@@ -201,7 +201,7 @@ jobs:
201201
strategy:
202202
fail-fast: false
203203
matrix:
204-
AG_VERSION: ["source", "1.1.0"]
204+
AG_VERSION: ["source", "1.2.0"]
205205
needs: cloud_lint_check
206206
runs-on: ubuntu-latest
207207
steps:
@@ -215,7 +215,7 @@ jobs:
215215
ref: ${{ github.event.pull_request.head.sha }}
216216
- uses: actions/setup-python@v5
217217
with:
218-
python-version: '3.10'
218+
python-version: '3.11'
219219
- name: Check if changes beside docs
220220
uses: dorny/paths-filter@v3
221221
id: changes
@@ -233,7 +233,7 @@ jobs:
233233
strategy:
234234
fail-fast: false
235235
matrix:
236-
AG_VERSION: ["source", "1.1.0"]
236+
AG_VERSION: ["source", "1.2.0"]
237237
needs: cloud_lint_check
238238
runs-on: ubuntu-latest
239239
steps:
@@ -247,7 +247,7 @@ jobs:
247247
ref: ${{ github.event.pull_request.head.sha }}
248248
- uses: actions/setup-python@v5
249249
with:
250-
python-version: '3.10'
250+
python-version: '3.11'
251251
- name: Check if changes beside docs
252252
uses: dorny/paths-filter@v3
253253
id: changes
@@ -265,7 +265,7 @@ jobs:
265265
strategy:
266266
fail-fast: false
267267
matrix:
268-
AG_VERSION: ["1.1.0"] # TODO: add back "source" in CI. https://github.com/autogluon/autogluon-cloud/issues/174
268+
AG_VERSION: ["source", "1.2.0"]
269269
needs: cloud_lint_check
270270
runs-on: ubuntu-latest
271271
steps:
@@ -279,7 +279,7 @@ jobs:
279279
ref: ${{ github.event.pull_request.head.sha }}
280280
- uses: actions/setup-python@v5
281281
with:
282-
python-version: '3.10'
282+
python-version: '3.11'
283283
- name: Check if changes beside docs
284284
uses: dorny/paths-filter@v3
285285
id: changes
@@ -315,7 +315,7 @@ jobs:
315315
uses: ./.github/actions/setup-env-vars
316316
- uses: actions/setup-python@v5
317317
with:
318-
python-version: '3.10'
318+
python-version: '3.11'
319319
- uses: r-lib/actions/setup-pandoc@v2
320320
- name: Configure AWS Credentials
321321
uses: aws-actions/configure-aws-credentials@v4

src/autogluon/cloud/default_cluster_configs/ray_aws_default_cluster_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ max_workers: 1
66

77
docker:
88
# The image uri will be dynamically replaced by cloud predictor
9-
image: "763104351884.dkr.ecr.us-east-1.amazonaws.com/autogluon-training:1.1.0-cpu-py310-ubuntu20.04"
9+
image: "763104351884.dkr.ecr.us-east-1.amazonaws.com/autogluon-training:1.2.0-cpu-py311-ubuntu22.04"
1010
container_name: "ag_dlc"
1111

1212
# Cloud-provider specific configuration.

0 commit comments

Comments
 (0)