Skip to content

Commit

Permalink
nvidia: update compatibility matrix
Browse files Browse the repository at this point in the history
Recent GitHub Actions results show that the latest beta release of
Flatcar Linux is no longer compatible with NVIDIA 470.103.01. We can now
documents a range of compatible versions for that version of NVIDIA and
eliminate that row from the CI matrix.

Signed-off-by: Lucas Servén Marín <[email protected]>
  • Loading branch information
squat committed Oct 9, 2023
1 parent 67c4f59 commit 2b1a2b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
- module: nvidia
version: 470.103.01
group: stable
- module: nvidia
version: 470.103.01
group: beta
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
11 changes: 7 additions & 4 deletions nvidia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,16 @@ kubectl describe node <node-name>

## Compatibility Matrix

Here we list combinations of Flatcar Linux, Linux kernel and Nvidia versions for
which it is known that the Nvidia modules build successfully using modulus. This
table was created in response to Nvidia modules [failing to build on recent
Here we list combinations of Flatcar Linux, Linux kernel and NVIDIA versions for
which it is known that the NVIDIA modules build successfully using modulus. This
table was created in response to NVIDIA modules [failing to build on recent
versions of Flatcar Linux in the
past](https://github.com/squat/modulus/issues/18):

| Flatcar | Kernel | Nvidia |
| Flatcar | Kernel | NVIDIA |
|-|-|-|
| 2605.12.0 | 5.4.92 | 440.64 |
| 3510.2.8 | 5.15.129 | 470.103.01 |
| 3602.1.6 | 5.15.132 | 470.103.01 |
| 3510.2.7 | 5.15.125 | 535.104.05 |
| 3745.0.0 | 6.1.55 | 535.104.05 |

0 comments on commit 2b1a2b3

Please sign in to comment.