Skip to content

Commit

Permalink
MAINT: use quantecon-gpu-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Nov 13, 2024
1 parent f9dd629 commit 9be2bc5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
jobs:
cache:
runs-on: ubuntu-latest-gpu
runs-on: quantecon-gpu-runner
container:
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
options: --gpus all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Preview [using jupyter-book]
on: [pull_request]
jobs:
preview:
runs-on: ubuntu-latest-gpu
runs-on: quantecon-gpu-runner
container:
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
options: --gpus all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/collab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Project on Google Collab (Execution)
on: [pull_request]
jobs:
execution-checks:
runs-on: ubuntu-latest-gpu
runs-on: quantecon-gpu-runner
container:
image: docker://us-docker.pkg.dev/colab-images/public/runtime
options: --gpus all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
publish:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
runs-on: ubuntu-latest-gpu
runs-on: quantecon-gpu-runner
container:
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
options: --gpus all
Expand Down

0 comments on commit 9be2bc5

Please sign in to comment.