Skip to content

Commit 3106d80

Browse files
committed
use torch img
1 parent 425310c commit 3106d80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-oneflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ jobs:
3737
- tag-suffix: "cuda12.4"
3838
policy: "manylinux2014"
3939
platform: "x86_64"
40-
CUDA_BASE_IMAGE: "nvidia/cuda:12.4.1-cudnn-devel-rockylinux8"
40+
CUDA_BASE_IMAGE: "pytorch/manylinux-builder:cuda12.4-main"
4141
- tag-suffix: "cuda12.2"
4242
policy: "manylinux2014"
4343
platform: "x86_64"
44-
CUDA_BASE_IMAGE: "nvidia/cuda:12.2.2-cudnn8-devel-centos7"
44+
CUDA_BASE_IMAGE: "pytorch/manylinux-builder:cuda12.2-main"
4545
- tag-suffix: "cuda12.1"
4646
policy: "manylinux2014"
4747
platform: "x86_64"
48-
CUDA_BASE_IMAGE: "nvidia/cuda:12.1.1-cudnn8-devel-centos7"
48+
CUDA_BASE_IMAGE: "pytorch/manylinux-builder:cuda12.1-main"
4949
- tag-suffix: "cuda11.8"
5050
policy: "manylinux2014"
5151
platform: "x86_64"
52-
CUDA_BASE_IMAGE: "nvidia/cuda:11.8.0-cudnn8-devel-centos7"
52+
CUDA_BASE_IMAGE: "pytorch/manylinux-builder:cuda11.8-main7"
5353
- tag-suffix: "cpu"
5454
policy: "manylinux2014"
5555
platform: "x86_64"

0 commit comments

Comments
 (0)