NVIDIA/nvidia-container-runtime

How to install on ubuntu 14.04?

deddysetyadi opened this issue · 1 comments

Hello, I need to install nvidia-container-runtime on ubuntu 14.04 but package not found on apt repository.

I know that this package had dropped support for ubuntu 14.04 on repository, is there any alternative way to install this package manually?

Thanks

Have you tried installing the ubuntu16.04 packages directly?

You could also try to build the nvidia-container-toolkit and libnvidia-container* packages from source.

Since there are ubuntu14.04 docker images available, I would suggest using the containerised builds.

Note that there is also a dependency on a particular version of the NVIDIA CUDA Driver (if I recall correctly, this is 418) for libnvidia-container and as such you may have to make modifications to the code to have this work on your platform.