File tree Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
+ schedule :
7
+ # run cache monthly to prevent expiration
8
+ - cron : ' 0 0 1 * *'
6
9
jobs :
7
10
cache :
8
11
runs-on : quantecon-gpu
9
12
container :
10
- image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
13
+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312-b
11
14
options : --gpus all
12
15
steps :
13
16
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 4
4
preview :
5
5
runs-on : quantecon-gpu
6
6
container :
7
- image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
7
+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312-b
8
8
options : --gpus all
9
9
steps :
10
10
- uses : actions/checkout@v4
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
10
10
container :
11
- image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
11
+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312-b
12
12
options : --gpus all
13
13
steps :
14
14
- name : Checkout
Original file line number Diff line number Diff line change @@ -6,17 +6,16 @@ dependencies:
6
6
- anaconda=2024.10
7
7
- pip
8
8
- pip :
9
- - jupyter-book==0.15.1
10
- - docutils==0.17.1
11
- - quantecon-book-theme==0.7.2
12
- - sphinx-reredirects==0.1.3
9
+ - jupyter-book==1.0.3
10
+ - quantecon-book-theme==0.7.6
13
11
- sphinx-tojupyter==0.3.0
14
12
- sphinxext-rediraffe==0.2.7
15
- - sphinx-exercise==0.4.1
16
- - ghp-import==2.1.0
17
- - sphinxcontrib-youtube==1.2.0
13
+ - sphinx-reredirects==0.1.4
14
+ - sphinx-exercise==1.0.1
15
+ - sphinx-proof==0.2.0
16
+ - ghp-import==1.1.0
17
+ - sphinxcontrib-youtube==1.3.0 # Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5
18
18
- sphinx-togglebutton==0.3.2
19
- - arviz==0.13.0
20
- - kaleido
21
19
# Docker Requirements
22
20
- pytz
21
+
You can’t perform that action at this time.
0 commit comments