Skip to content

Commit

Permalink
Update build.yml to add new cuda base images
Browse files Browse the repository at this point in the history
  • Loading branch information
zbowling authored Dec 4, 2024
1 parent 9d66843 commit eb3eb24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
DEFAULT_BASE_IMAGE: ubuntu:jammy
DEFAULT_BASE_IMAGE: ubuntu:noble

jobs:
version:
Expand Down Expand Up @@ -47,6 +47,10 @@ jobs:
- ubuntu:mantic # 23.10
- ubuntu:jammy # 22.04
- ubuntu:focal # 20.04
- nvidia/cuda:12.6.3-base-ubuntu24.04
- nvidia/cuda:12.6.3-base-ubuntu22.04
- nvidia/cuda:12.6.1-base-ubuntu24.04
- nvidia/cuda:12.6.1-base-ubuntu22.04
- nvidia/cuda:12.3.1-base-ubuntu22.04
- nvidia/cuda:12.3.1-base-ubuntu20.04
- nvidia/cuda:12.2.2-base-ubuntu22.04
Expand Down

0 comments on commit eb3eb24

Please sign in to comment.