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 5
5
- main
6
6
jobs :
7
7
cache :
8
- runs-on : ubuntu-latest- gpu
8
+ runs-on : quantecon- gpu-runner
9
9
container :
10
10
image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
11
11
options : --gpus all
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build Preview [using jupyter-book]
2
2
on : [pull_request]
3
3
jobs :
4
4
preview :
5
- runs-on : ubuntu-latest- gpu
5
+ runs-on : quantecon- gpu-runner
6
6
container :
7
7
image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
8
8
options : --gpus all
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build Project on Google Collab (Execution)
2
2
on : [pull_request]
3
3
jobs :
4
4
execution-checks :
5
- runs-on : ubuntu-latest- gpu
5
+ runs-on : quantecon- gpu-runner
6
6
container :
7
7
image : docker://us-docker.pkg.dev/colab-images/public/runtime
8
8
options : --gpus all
Original file line number Diff line number Diff line change 6
6
jobs :
7
7
publish :
8
8
if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
9
- runs-on : ubuntu-latest- gpu
9
+ runs-on : quantecon- gpu-runner
10
10
container :
11
11
image : ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
12
12
options : --gpus all
You can’t perform that action at this time.
0 commit comments