Skip to content

Commit

Permalink
Update build-oneflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Nov 14, 2024
1 parent f2b2f56 commit f644f8e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-oneflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ jobs:
fail-fast: false
matrix:
include:
- tag-suffix: "cuda12.2"
- tag-suffix: "cuda12.6"
policy: "manylinux2014"
platform: "x86_64"
CUDA_BASE_IMAGE: "nvidia/cuda:12.2.2-cudnn8-devel-centos7"
- tag-suffix: "cuda12.1"
CUDA_BASE_IMAGE: "12.6.2-cudnn-devel-rockylinux8"
- tag-suffix: "cuda12.5"
policy: "manylinux2014"
platform: "x86_64"
CUDA_BASE_IMAGE: "nvidia/cuda:12.1.1-cudnn8-devel-centos7"
- tag-suffix: "cuda11.8"
CUDA_BASE_IMAGE: "12.5.2-cudnn-devel-rockylinux8"
- tag-suffix: "cuda12.4"
policy: "manylinux2014"
platform: "x86_64"
CUDA_BASE_IMAGE: "nvidia/cuda:11.8.0-cudnn8-devel-centos7"
CUDA_BASE_IMAGE: "nvidia/cuda:12.4.1-cudnn-devel-rockylinux8"
- tag-suffix: "cpu"
policy: "manylinux2014"
platform: "x86_64"
Expand Down

0 comments on commit f644f8e

Please sign in to comment.