Updated driver install links authored by Pramod Ramarao's avatar Pramod Ramarao
......@@ -24,11 +24,11 @@ Use `apt-cache madison nvidia-docker2 nvidia-container-runtime` or `yum search -
Docker 1.12 which adds support for [custom container runtimes](https://github.com/moby/moby/pull/22983).
#### How do I install the NVIDIA driver?
The recommended way is to use your [package manager](http://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#package-manager-installation) and install the `cuda-drivers` package (or equivalent).\
The recommended way is to use your [package manager](https://docs.nvidia.com/datacenter/tesla/tesla-installation-notes/index.html) and install the `cuda-drivers` package (or equivalent).\
When no packages are available, you should use an official ["runfile"](http://www.nvidia.com/object/unix.html).
Alternatively, and as a technology preview, the NVIDIA driver can be deployed through a container.\
Refer to the [documentation](https://github.com/NVIDIA/nvidia-docker/wiki/Driver-containers-(EXPERIMENTAL)) for more information.
Alternatively, the NVIDIA driver can be deployed through a container.\
Refer to the [documentation](https://docs.nvidia.com/datacenter/cloud-native/driver-containers/overview.html) for more information.
#### Can I use 2.0 and 1.0 side-by-side?
Yes, but packages `nvidia-docker2` and `nvidia-docker` conflict. You need to install [nvidia-container-runtime]( https://github.com/nvidia/nvidia-container-runtime#installation) instead of `nvidia-docker2` and register the new runtime manually.
......
......