You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install only CUDA libraries in docker container on jetson. I have installed the driver packages (Tegra186_Linux_R28.2.1).
I am trying to install cuda-repo-l4t-9-0-local_9.0.252-1_arm64.deb package inside docker.
I have run following command
dpkg -i cuda-repo-l4t-9-0-local_9.0.252-1_arm64.deb
apt-get update && apt-get install -y cuda-toolkit-9.0
But I get following error after running ./deviceQuery:
CUDA driver version is insufficient for CUDA runtime version
is there anything more required to install CUDA in docker container?
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to install only CUDA libraries in docker container on jetson. I have installed the driver packages (Tegra186_Linux_R28.2.1).
I am trying to install cuda-repo-l4t-9-0-local_9.0.252-1_arm64.deb package inside docker.
I have run following command
dpkg -i cuda-repo-l4t-9-0-local_9.0.252-1_arm64.deb
apt-get update && apt-get install -y cuda-toolkit-9.0
But I get following error after running ./deviceQuery:
CUDA driver version is insufficient for CUDA runtime version
is there anything more required to install CUDA in docker container?
The text was updated successfully, but these errors were encountered: