Skip to content

Commit

Permalink
Remove unsupported build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Feb 18, 2024
1 parent c0b7481 commit 4c7b091
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,6 @@ jobs:
- "base"
- "runtime"
- "devel"
- "cudnn8-runtime"
- "cudnn8-devel"
exclude:
- cuda: 12.2.0
level: "cudnn8-runtime" # Not available
- cuda: 12.2.0
level: "cudnn8-devel" # Not available
- cuda: 12.3.1
level: "cudnn8-runtime" # Not available
- cuda: 12.3.1
level: "cudnn8-devel" # Not available
steps:
-
name: Free Space
Expand Down Expand Up @@ -143,7 +132,7 @@ jobs:
fail-fast: false
matrix:
rocm:
- 5.4.2
- 5.7
- 5.6
level:
- "core"
Expand Down

0 comments on commit 4c7b091

Please sign in to comment.