Skip to content

Commit 691a93d

Browse files
committed
update to latest docker container for all workflows
1 parent da5d60e commit 691a93d

File tree

3 files changed

+9
-9
lines changed

3 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
99
container:
10-
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312-b
10+
image: ghcr.io/quantecon/lecture-python-container:cuda-12.8.1-anaconda-2024-10-py312
1111
options: --gpus all
1212
steps:
1313
- uses: actions/checkout@v4

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
- name: Display Pip Versions
2121
shell: bash -l {0}
2222
run: pip list
23-
# - name: Download "build" folder (cache)
24-
# uses: dawidd6/action-download-artifact@v8
25-
# with:
26-
# workflow: cache.yml
27-
# branch: main
28-
# name: build-cache
29-
# path: _build
23+
- name: Download "build" folder (cache)
24+
uses: dawidd6/action-download-artifact@v8
25+
with:
26+
workflow: cache.yml
27+
branch: main
28+
name: build-cache
29+
path: _build
3030
# Build Assets (Download Notebooks and PDF via LaTeX)
3131
- name: Build Download Notebooks (sphinx-tojupyter)
3232
shell: bash -l {0}

.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
1010
container:
11-
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312-b
11+
image: ghcr.io/quantecon/lecture-python-container:cuda-12.8.1-anaconda-2024-10-py312
1212
options: --gpus all
1313
steps:
1414
- name: Checkout

0 commit comments

Comments
 (0)