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 f644f8e commit 8d0ced2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-oneflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
- tag-suffix: "cuda12.6"
policy: "manylinux2014"
platform: "x86_64"
CUDA_BASE_IMAGE: "12.6.2-cudnn-devel-rockylinux8"
CUDA_BASE_IMAGE: "nvidia/cuda:12.6.2-cudnn-devel-rockylinux8"
- tag-suffix: "cuda12.5"
policy: "manylinux2014"
platform: "x86_64"
CUDA_BASE_IMAGE: "12.5.2-cudnn-devel-rockylinux8"
CUDA_BASE_IMAGE: "nvidia/cuda:12.5.2-cudnn-devel-rockylinux8"
- tag-suffix: "cuda12.4"
policy: "manylinux2014"
platform: "x86_64"
Expand Down

0 comments on commit 8d0ced2

Please sign in to comment.