File tree Expand file tree Collapse file tree 2 files changed +16
-23
lines changed Expand file tree Collapse file tree 2 files changed +16
-23
lines changed Original file line number Diff line number Diff line change
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
+
6
+ version : 2
7
+ updates :
8
+ - package-ecosystem : github-actions
9
+ directory : /
10
+ commit-message :
11
+ prefix : ⬆️
12
+ schedule :
13
+ interval : weekly
Original file line number Diff line number Diff line change 1
1
name : Build Project [using jupyter-book]
2
2
on : [pull_request]
3
3
jobs :
4
- deploy-runner :
5
- runs-on : ubuntu-latest
6
- steps :
7
- - uses : iterative/setup-cml@v2
8
- - uses : actions/checkout@v3
9
- with :
10
- ref : ${{ github.event.pull_request.head.sha }}
11
- - name : Deploy runner on EC2
12
- env :
13
- REPO_TOKEN : ${{ secrets.QUANTECON_SERVICES_PAT }}
14
- AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
15
- AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
16
- run : |
17
- cml runner launch \
18
- --cloud=aws \
19
- --cloud-region=us-west-2 \
20
- --cloud-type=p3.2xlarge \
21
- --labels=cml-gpu \
22
- --cloud-hdd-size=40
23
4
preview :
24
- needs : deploy-runner
25
- runs-on : [self-hosted, cml-gpu]
5
+ runs-on : ubuntu-latest-gpu
26
6
container :
27
- image : docker://mmcky/ quantecon- lecture-python:cuda-12.3.1 -anaconda-2024-02 -py311
7
+ image : ghcr.io/ quantecon/ lecture-python-container :cuda-12.5.0 -anaconda-2024-06 -py311
28
8
options : --gpus all
29
9
steps :
30
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
31
11
with :
32
12
ref : ${{ github.event.pull_request.head.sha }}
33
13
# Check nvidia drivers
You can’t perform that action at this time.
0 commit comments