Commit 1f5306b 1 parent cfeab94 commit 1f5306b Copy full SHA for 1f5306b
File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 33
33
major_version : [37, 38]
34
34
driver_version : [520, 525, 470]
35
35
exclude :
36
+ - driver_version : 520
37
+ major_version : 37
36
38
- driver_version : 520
37
39
major_version : 38
38
40
- driver_version : 470
@@ -207,6 +209,8 @@ jobs:
207
209
# When F38 is added, sericea will automatically be built too
208
210
- image_name : sericea
209
211
major_version : 37
212
+ - driver_version : 520
213
+ major_version : 37
210
214
- driver_version : 520
211
215
major_version : 38
212
216
- driver_version : 470
Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ Note: This project is a work-in-progress. You should at a minimum be familiar wi
68
68
69
69
Note: The Fedora release and Nvidia version can be set with the image tag as well:
70
70
71
- | | 525xx series | 520xx series | 470xx series (Kepler 2012-2014 support) |
72
- |-----|---------------------------------------|---------------|-----------------------------------------|
73
- | F37 | :latest / :37 / :37-525 / :37-current | :37-520 | :37-470 |
74
- | F38 | :38 / :38-525 / :38-current | | |
71
+ | | 525xx series (latest, best supported) | 520xx series (deprecated) | 470xx series (Kepler 2012-2014 support) |
72
+ |-----|---------------------------------------|--------------------------- |-----------------------------------------|
73
+ | F37 | :latest / :37 / :37-525 / :37-current | :37-520 | :37-470 |
74
+ | F38 | :38 / :38-525 / :38-current | | |
75
75
76
76
2. Set kargs after rebasing
77
77
You can’t perform that action at this time.
0 commit comments