Skip to content

Commit

Permalink
ci: remove rocm docker build step
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Jun 20, 2024
1 parent dafc003 commit 20036fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ jobs:

strategy:
matrix:
device-type: [cuda, rocm]
device-type: [cuda]
include:
- device-type: cuda
image-suffix: ""
- device-type: rocm
image-suffix: "-rocm"

steps:
- name: Free Disk Space (Ubuntu)
Expand Down

0 comments on commit 20036fb

Please sign in to comment.