File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
cache :
8
8
runs-on : ubuntu-latest-gpu
9
9
container :
10
- image : ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-02 -py311
10
+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-06 -py311
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 : ubuntu-latest-gpu
6
6
container :
7
- image : ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-02 -py311
7
+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-06 -py311
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 : ubuntu-latest-gpu
10
10
container :
11
- image : ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-02 -py311
11
+ image : ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-06 -py311
12
12
options : --gpus all
13
13
steps :
14
14
- name : Checkout
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
3
3
- default
4
4
dependencies :
5
5
- python=3.11
6
- - anaconda=2024.02
6
+ - anaconda=2024.06
7
7
- pip
8
8
- pip :
9
9
- jupyter-book==0.15.1
You can’t perform that action at this time.
0 commit comments