Skip to content

Commit 3185f07

Browse files
authored
Merge pull request #159 from jgehrcke/jp/tk-supported-platforms
toolkit: supported platforms: note that things may work on other/newer distros
2 parents 0de48ff + 372177e commit 3185f07

File tree

1 file changed

+28
-18
lines changed

1 file changed

+28
-18
lines changed

container-toolkit/supported-platforms.md

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,39 @@
44

55
(supported-platforms)=
66

7-
# Supported Platforms
7+
# Platform support
88

9+
Recent NVIDIA Container Toolkit releases are tested and expected to work on these Linux distributions:
910

10-
## Linux Distributions
11+
| OS Name / Version | amd64 / x86_64 | ppc64le | arm64 / aarch64 {sup}`1` |
12+
| ------------------------ | -------------- | ------- | ------------------------ |
13+
| Amazon Linux 2023 | X | | X {sup}`2` |
14+
| Amazon Linux 2 | X | | X |
15+
| Open Suse/SLES 15.x | X | | |
16+
| Debian Linux 11 | X | | |
17+
| CentOS 8 | X | X | X |
18+
| RHEL 8.x | X | X | X |
19+
| RHEL 9.x | X | X | X |
20+
| Ubuntu 20.04 | X | X | X |
21+
| Ubuntu 22.04 | X | X | X |
22+
| Ubuntu 24.04 | X | | X |
1123

12-
Supported Linux distributions are listed below:
1324

14-
| OS Name / Version | amd64 / x86_64 | ppc64le | arm64 / aarch64 |
15-
| ------------------------ | -------------- | ------- | --------------- |
16-
| Amazon Linux 2023 | X | | X {sup}`1` |
17-
| Amazon Linux 2 | X | | X |
18-
| Open Suse/SLES 15.x | X | | |
19-
| Debian Linux 11 | X | | |
20-
| Centos 8 | X | X | X |
21-
| RHEL 8.x | X | X | X |
22-
| RHEL 9.x | X | X | X |
23-
| Ubuntu 20.04 | X | X | X |
24-
| Ubuntu 22.04 | X | X | X |
25-
| Ubuntu 24.04 | X | | X |
25+
## Please report issues
2626

27-
The `arm64` / `aarch64` architecture includes support for Tegra-based systems.
27+
Our qualification-testing procedures are constantly evolving and we might miss
28+
certain problems. Please
29+
[report](https://github.com/NVIDIA/nvidia-container-toolkit/issues) issues in
30+
particular as they occur on a platform listed above.
2831

29-
1. For Amazon Linux 2023 on Arm64, a `g5g.2xlarge` Amazon EC2 instance was used for validation.
30-
The `g5g.xlarge` instance caused failures due to the limited system memory.
3132

33+
## Other Linux distributions
34+
35+
Releases may work on more platforms than indicated in the table above (e.g., on distribution versions older and newer than listed).
36+
Give things a try and we invite you to [report](https://github.com/NVIDIA/nvidia-container-toolkit/issues) any issue observed even if your Linux distribution is not listed.
3237

38+
----
39+
40+
1. The `arm64` / `aarch64` architecture includes support for Tegra-based systems.
41+
2. For Amazon Linux 2023 on Arm64, a `g5g.2xlarge` Amazon EC2 instance was used for validation.
42+
The `g5g.xlarge` instance caused failures due to the limited system memory.

0 commit comments

Comments
 (0)