Skip to content

Commit

Permalink
Remove unsupported cuda 12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Dec 11, 2023
1 parent 2b9d484 commit 3df9054
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- "jupyter-pytorch"
python:
- "3.10"
- "3.11"
pytorch:
- "2.0.1"
- "2.1.1"
Expand Down Expand Up @@ -97,14 +96,11 @@ jobs:
cuda:
- "11.8.0"
- "12.1.0"
- "12.2.0"
level:
- "base"
exclude:
- cuda: "12.1.0"
pytorch: "2.0.1"
- cuda: "12.2.0"
pytorch: "2.0.1"
steps:
-
name: Free Space
Expand Down

0 comments on commit 3df9054

Please sign in to comment.