Skip to content

Commit

Permalink
Use updated docker images with updated Rust for wheel build (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJH5574 authored Jul 11, 2024
1 parent 7a83f97 commit f4af9ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wheel_manylinux_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
# matrix of build configs
config:
- gpu: 'none'
image: 'mlcaidev/package-cpu:7dc84a7'
image: 'mlcaidev/package-cpu:7a83f97'
- gpu: 'cuda-12.1'
image: 'mlcaidev/package-cu121:7dc84a7'
image: 'mlcaidev/package-cu121:7a83f97'
- gpu: 'cuda-12.2'
image: 'mlcaidev/package-cu122:7dc84a7'
image: 'mlcaidev/package-cu122:7a83f97'
- gpu: 'rocm-5.6'
image: 'mlcaidev/package-rocm56:7dc84a7'
image: 'mlcaidev/package-rocm56:7a83f97'
- gpu: 'rocm-5.7'
image: 'mlcaidev/package-rocm57:7dc84a7'
image: 'mlcaidev/package-rocm57:7a83f97'
exclude:
- pkg_kind: ${{ github.event_name == 'schedule' && 'stable' || '' }}

Expand Down

0 comments on commit f4af9ca

Please sign in to comment.