From cd79fcdef7580991ae4d351333247f006ba43bcc Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 1 Oct 2024 11:11:26 +1000 Subject: [PATCH] MAINT: update docker backend --- .github/workflows/cache.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/execution.yml | 6 +++--- .github/workflows/linkcheck.yml | 4 ++-- .github/workflows/publish.yml | 2 +- environment.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 3c1bc6de0..01ab119ea 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -7,7 +7,7 @@ jobs: cache: runs-on: quantecon-gpu-runner container: - image: ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-06-py311 + image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06-py312 options: --gpus all steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e79107b26..211b29812 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ jobs: preview: runs-on: quantecon-gpu-runner container: - image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06-py311 + image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06-py312 options: --gpus all steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/execution.yml b/.github/workflows/execution.yml index 6957c3c50..ab20f75b3 100644 --- a/.github/workflows/execution.yml +++ b/.github/workflows/execution.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.11"] + python-version: ["3.12"] steps: - name: Checkout uses: actions/checkout@v4 @@ -54,7 +54,7 @@ jobs: fail-fast: false matrix: os: ["macos-latest"] - python-version: ["3.11"] + python-version: ["3.12"] steps: - name: Checkout uses: actions/checkout@v4 @@ -86,7 +86,7 @@ jobs: # fail-fast: false # matrix: # os: ["windows-latest"] - # python-version: ["3.11"] + # python-version: ["3.12"] # steps: # - name: Checkout # uses: actions/checkout@v4 diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index b09f5b310..3a41e9cdb 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.11"] + python-version: ["3.12"] steps: - name: Checkout uses: actions/checkout@v4 @@ -23,7 +23,7 @@ jobs: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: '3.11' + python-version: '3.12' environment-file: environment.yml activate-environment: quantecon - name: Download "build" folder (cache) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 10e4c12cf..75f987d78 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,7 +8,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') runs-on: quantecon-gpu-runner container: - image: ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-06-py311 + image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06-py312 options: --gpus all steps: - name: Checkout diff --git a/environment.yml b/environment.yml index 1a18e3c14..1b6c93144 100644 --- a/environment.yml +++ b/environment.yml @@ -2,7 +2,7 @@ name: quantecon channels: - default dependencies: - - python=3.11 + - python=3.12 - anaconda=2024.06 - pip - pip: