Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing only CUDA in docker on jetson tx2 #9

Open
Shrunoti opened this issue Jul 12, 2018 · 1 comment
Open

Installing only CUDA in docker on jetson tx2 #9

Shrunoti opened this issue Jul 12, 2018 · 1 comment

Comments

@Shrunoti
Copy link

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?

@vjrantal
Copy link
Owner

vjrantal commented Aug 7, 2018

@Shrunoti Could you try to run the docker build commands exactly as described at the bottom of section https://github.com/vjrantal/iot-edge-darknet-module#running-on-jetson-tx2-or-drive-px2? You should not have to manually run dpkg or apt-get, because the right commands are defined in the relevant Dockerfile, which gets evaluated when you run docker build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants