Update README for ppc64le

Move the ppc64le note to underneath the section it pertains to.

Closes: #778
Signed-off-by: Christy Norman <christy@linux.vnet.ibm.com>
[fabecassis@nvidia.com: change commit title]
Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
This commit is contained in:
Christy Norman 2018-06-26 14:54:20 -05:00 committed by Felix Abecassis
parent 16d6ae0fe3
commit af339bb139

View file

@ -64,6 +64,8 @@ docker run --runtime=nvidia --rm nvidia/cuda nvidia-smi
If `yum` reports a conflict on `/etc/docker/daemon.json` with the
`docker` package, you need to use the next section instead.
For docker-ce on `ppc64le`, look at the [FAQ](https://github.com/nvidia/nvidia-docker/wiki/Frequently-Asked-Questions#do-you-support-powerpc64-ppc64).
#### CentOS 7 (docker), RHEL 7.4/7.5 (docker)
```sh
# If you have nvidia-docker 1.0 installed: we need to remove it and all existing GPU containers
@ -87,8 +89,6 @@ sudo chmod +x /usr/libexec/oci/hooks.d/nvidia
docker run --rm nvidia/cuda nvidia-smi
```
For `ppc64le`, look at the [FAQ](https://github.com/nvidia/nvidia-docker/wiki/Frequently-Asked-Questions#do-you-support-powerpc64-ppc64).
#### Other distributions and architectures
Look at the [Installation section](https://github.com/nvidia/nvidia-docker/wiki/Installation-(version-2.0)) of the wiki.