File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 27
27
needs : deploy-runner
28
28
runs-on : [self-hosted, cml-gpu]
29
29
container :
30
- image : docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-03-py310-d
30
+ image : docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
31
31
options : --gpus all
32
32
steps :
33
33
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 24
24
needs : deploy-runner
25
25
runs-on : [self-hosted, cml-gpu]
26
26
container :
27
- image : docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-03-py310-d
27
+ image : docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
28
28
options : --gpus all
29
29
steps :
30
30
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 28
28
needs : deploy-runner
29
29
runs-on : [self-hosted, cml-gpu]
30
30
container :
31
- image : docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-03-py310-d
31
+ image : docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
32
32
options : --gpus all
33
33
steps :
34
34
- name : Checkout
Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ name: lecture-jax
2
2
channels :
3
3
- default
4
4
dependencies :
5
- - python=3.10
6
- - anaconda=2022.10
5
+ - python=3.11
6
+ - anaconda=2023.09
7
7
- pip
8
8
- pip :
9
9
- jupyter-book==0.15.1
10
- - quantecon-book-theme==0.5.3
10
+ - docutils==0.17.1
11
+ - quantecon-book-theme==0.6.0
11
12
- sphinx-tojupyter==0.3.0
12
13
- sphinxext-rediraffe==0.2.7
13
14
- sphinx-exercise==0.4.1
You can’t perform that action at this time.
0 commit comments