Nvidia-docker: cuda version?

Created on 4 Jul 2017  Â·  1Comment  Â·  Source: NVIDIA/nvidia-docker

Is the cuda necessary to install in ubuntu and docker's container?
Must the version of cuda in ubuntu and docker's container be equal?

Is the driver of GPU necessary to install in ubuntu and docker's container?
Must the version of nvidia's driver in ubuntu and docker's container be equal?

question

Most helpful comment

Must the version of cuda in ubuntu and docker's container be equal?

No, you don't need to had the CUDA toolkit installed on the host. It's unnecessary.

Must the version of nvidia's driver in ubuntu and docker's container be equal?

You must NOT install the NVIDIA driver inside the container.

If you see a problem with anything above, it's probably because there is an issue in your setup (e.g.: drivers are not correctly installed).

>All comments

Must the version of cuda in ubuntu and docker's container be equal?

No, you don't need to had the CUDA toolkit installed on the host. It's unnecessary.

Must the version of nvidia's driver in ubuntu and docker's container be equal?

You must NOT install the NVIDIA driver inside the container.

If you see a problem with anything above, it's probably because there is an issue in your setup (e.g.: drivers are not correctly installed).

Was this page helpful?
0 / 5 - 0 ratings