Updated Home (markdown) authored by Renaud Gaubert's avatar Renaud Gaubert
......@@ -22,6 +22,9 @@ Make sure you fetched the latest GPG key from the repositories. Refer to the [re
## Platform support
#### Do you support Jetson platforms (AArch64)?
Yes - beta support of the NVIDIA Container Runtime is now available on Jetson platforms (AGX, TX2 and Nano). See this link for more information on getting started.
#### Is macOS supported?
No, we do not support macOS (regardless of the version), however you can use the native macOS Docker client to deploy your containers remotely (refer to the [dockerd documentation](https://docs.docker.com/engine/reference/commandline/dockerd/#description)).
......@@ -34,10 +37,6 @@ No, we do not support native Microsoft container technologies.
#### Do you support Optimus (i.e. NVIDIA dGPU + Intel iGPU)?
Yes, from the CUDA perspective there is no difference as long as your dGPU is powered-on and you are following the official driver instructions.
#### Do you support Tegra platforms (arm64)?
No, we do not support Tegra platforms and can’t easily port the code to it.\
The driver stack on arm64 is radically different and would require a complete architecture overhaul.
#### What distributions are officially supported?
For your host distribution, the list of supported platforms is available [here](http://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#system-requirements).\
For your container images, both the [Docker Hub](https://github.com/NVIDIA/nvidia-docker/wiki/Docker-Hub) and [NGC registry](https://github.com/NVIDIA/nvidia-docker/wiki/NGC) images are officially supported.
......
......