File tree Expand file tree Collapse file tree 5 files changed +5
-116
lines changed Expand file tree Collapse file tree 5 files changed +5
-116
lines changed Original file line number Diff line number Diff line change 7
7
cache :
8
8
runs-on : quantecon-gpu-runner
9
9
container :
10
- image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06 -py312
10
+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10 -py312
11
11
options : --gpus all
12
12
steps :
13
13
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 4
4
preview :
5
5
runs-on : quantecon-gpu-runner
6
6
container :
7
- image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06 -py312
7
+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10 -py312
8
8
options : --gpus all
9
9
steps :
10
10
- uses : actions/checkout@v4
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
9
9
runs-on : quantecon-gpu-runner
10
10
container :
11
- image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06 -py312
11
+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10 -py312
12
12
options : --gpus all
13
13
steps :
14
14
- name : Checkout
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ channels:
3
3
- default
4
4
dependencies :
5
5
- python=3.12
6
- - anaconda=2024.06
6
+ - anaconda=2024.10
7
7
- pip
8
8
- pip :
9
9
- jupyter-book==0.15.1
10
10
- docutils==0.17.1
11
- - quantecon-book-theme==0.7.1
11
+ - quantecon-book-theme==0.7.2
12
12
- sphinx-reredirects==0.1.3
13
13
- sphinx-tojupyter==0.3.0
14
14
- sphinxext-rediraffe==0.2.7
You can’t perform that action at this time.
0 commit comments