-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop Python 3.8, add CUDA 12.1.1, update some versions. (#53)
This PR drops images for Python 3.8 and adds images with CUDA 12.1.1. While CUDA 12.1 is not yet planned for our CI matrix, it would be useful to have these images for local testing.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ CUDA_VER: | |
- "11.5.1" | ||
- "11.8.0" | ||
- "12.0.1" | ||
- "12.1.1" | ||
PYTHON_VER: | ||
- "3.8" | ||
- "3.9" | ||
- "3.10" | ||
LINUX_VER: | ||
|