Skip to content

Commit b91a6b9

Browse files
committed
add back
1 parent d78473e commit b91a6b9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build-oneflow.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ jobs:
4646
policy: "manylinux2014"
4747
platform: "x86_64"
4848
CUDA_BASE_IMAGE: "nvidia/cuda:12.4.1-cudnn-devel-rockylinux8"
49+
- tag-suffix: "cuda12.2"
50+
policy: "manylinux2014"
51+
platform: "x86_64"
52+
CUDA_BASE_IMAGE: "nvidia/cuda:12.2.2-cudnn8-devel-centos7"
53+
- tag-suffix: "cuda12.1"
54+
policy: "manylinux2014"
55+
platform: "x86_64"
56+
CUDA_BASE_IMAGE: "nvidia/cuda:12.1.1-cudnn8-devel-centos7"
57+
- tag-suffix: "cuda11.8"
58+
policy: "manylinux2014"
59+
platform: "x86_64"
60+
CUDA_BASE_IMAGE: "nvidia/cuda:11.8.0-cudnn8-devel-centos7"
4961
- tag-suffix: "cpu"
5062
policy: "manylinux2014"
5163
platform: "x86_64"

0 commit comments

Comments
 (0)