Evan Lezar
Evan Lezar
The "standard" repositories should not currently be used when installing the NVIDIA container stack (expecially `libnvidia-container-tools`) on Jetson devices. Please ensure that the `nvidia.github.io` repositories for the components are removed...
Did the `apt update && apt upgrade` also change the versions of `libnvidia-container-tools`, `nvidia-container-runtime`, `nvidia-container-toolkit`, and `nvidia-docker2`? Which versions are currently installed? Here, the most important version is the `libnvidia-container-tools`...
It may be that the specific package version is being selected based on your Jetpack version. On my local Nano I have: ``` $ cat /etc/apt/sources.list.d/nvidia-l4t-apt-source.list deb https://repo.download.nvidia.com/jetson/common r32.5 main...
@hvalev as a matter of interest, which `nvidia-container-csv-*` packages are available for installation from the Jetpack repositories?
Hi @aiaiai-czh It seems as if the driver version on the host is quite old and that one of the NVML functions that we use to determine which devices are...
Unfortunately the driver version of `367.134` is older than our supported minimum [version of `418.81.07`](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#platform-requirements).
@aiaiai-czh posted output that showed the use of the `367` driver used in conjunction with NVIDIA GRID K2 devices. No mention was made of WSL as part of the original...
Thanks @onomatopellan for also providing the link.
@jzhang82119 @cantenna sorry for the late response. Could you also include the output of `nvidia-smi` on the host. Is persistence mode enabled on the devices? @jzhang82119 you mentioned that it...
Hi @Maryamtarazkar. Some questions: * Is the NVIDIA Container Toolkit installed (`nvidia-container-toolkit`)? * How is docker installed? A similar issue was recently reported in #1637 and this was due to...