Closed Code-Gratefully closed 3 years ago
Hi @LucidusC. As a matter of interest, what are the versions of nvidia-continer-toolkit
and libnvidia-container-tools
htat are installed?
Thank you @elezar for looking into this.
My nvidia-continer-toolkit is of 1.6.0\~rc.1-1, and my libnvidia-container-tools is of 1.5.0\~rc.1-1
@LucidusC as mentioned in https://github.com/NVIDIA/nvidia-docker/issues/1535#issuecomment-899363142 the rc.1
package of libnvidia-container
1.5.0
that was released to the experimental repos had a bug. I have subsequently removed the packages from the repo. Downgrading to the latest stable versions nvidia-container-toolkit
1.5.1
and libnvidia-container-toolks
1.4.0
should address your issue.
It solves the problem, thanks!!
Hi I'm following the instructions here: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#installing-on-ubuntu-and-debian
However, I get the following error message.
Here are the versions of the package that apt resolved:
Cuda version is 10.1
I tried google and the closest thing I got is this: https://github.com/OE4T/meta-tegra/issues/760
However, I'm not using that package so I have no access to that source code: https://github.com/OE4T/meta-tegra/pull/763/files
All I was doing was:
Thank you so much in advanced.