Skip to content

Commit 0cd746e

Browse files
Copilotsuperbarne
andcommitted
feat: add cuda13 server image to Docker workflow matrix
Co-authored-by: superbarne <1502820+superbarne@users.noreply.github.com>
1 parent dae4013 commit 0cd746e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
config:
38-
- { tag: "cuda cuda12", dockerfile: ".devops/cuda.Dockerfile", platforms: "linux/amd64,linux/arm64", full: false, light: false, server: true, free_disk_space: true, runs_on: "ubuntu-22.04", cuda_version: "12.4.0", ubuntu_version: "22.04" }
38+
- { tag: "cuda cuda12", dockerfile: ".devops/cuda.Dockerfile", platforms: "linux/amd64,linux/arm64", full: false, light: false, server: true, free_disk_space: true, runs_on: "ubuntu-22.04", cuda_version: "12.4.0", ubuntu_version: "22.04" }
39+
- { tag: "cuda13", dockerfile: ".devops/cuda-new.Dockerfile", platforms: "linux/amd64", full: false, light: false, server: true, free_disk_space: true, runs_on: "ubuntu-22.04", cuda_version: "13.1.0", ubuntu_version: "24.04" }
3940
steps:
4041
- name: Check out the repo
4142
uses: actions/checkout@v6

0 commit comments

Comments
 (0)