Skip to content

Commit 1a42a80

Browse files
authored
MAINT: update docker backend (#414)
1 parent 2d58340 commit 1a42a80

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
cache:
88
runs-on: quantecon-gpu-runner
99
container:
10-
image: ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-06-py311
10+
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06-py312
1111
options: --gpus all
1212
steps:
1313
- uses: actions/checkout@v4

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
preview:
55
runs-on: quantecon-gpu-runner
66
container:
7-
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06-py311
7+
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06-py312
88
options: --gpus all
99
steps:
1010
- uses: actions/checkout@v4

.github/workflows/execution.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: ["ubuntu-latest"]
14-
python-version: ["3.11"]
14+
python-version: ["3.12"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
os: ["macos-latest"]
57-
python-version: ["3.11"]
57+
python-version: ["3.12"]
5858
steps:
5959
- name: Checkout
6060
uses: actions/checkout@v4
@@ -86,7 +86,7 @@ jobs:
8686
# fail-fast: false
8787
# matrix:
8888
# os: ["windows-latest"]
89-
# python-version: ["3.11"]
89+
# python-version: ["3.12"]
9090
# steps:
9191
# - name: Checkout
9292
# uses: actions/checkout@v4

.github/workflows/linkcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: ["ubuntu-latest"]
16-
python-version: ["3.11"]
16+
python-version: ["3.12"]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
@@ -23,7 +23,7 @@ jobs:
2323
auto-update-conda: true
2424
auto-activate-base: true
2525
miniconda-version: 'latest'
26-
python-version: '3.11'
26+
python-version: '3.12'
2727
environment-file: environment.yml
2828
activate-environment: quantecon
2929
- name: Download "build" folder (cache)

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
99
runs-on: quantecon-gpu-runner
1010
container:
11-
image: ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-06-py311
11+
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06-py312
1212
options: --gpus all
1313
steps:
1414
- name: Checkout

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: quantecon
22
channels:
33
- default
44
dependencies:
5-
- python=3.11
5+
- python=3.12
66
- anaconda=2024.06
77
- pip
88
- pip:

0 commit comments

Comments
 (0)