Hello, I’m attempting to get CUDA up and running on the Jetson TX2 (using a Dockerfile, starting from either Debian or Ubuntu) and i’m kinda at a loss at this point. Usually you would install CUDA and all other libraries through JetPack :
And involves building the image on a different host etc.
Here’s a guide on how to install CUDA on Linux:
http://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#abstract
I’m not an embedded systems engineer soooooo i’m struggling a bit. Is the solution to make a debian or ubuntu package that’s accessible through apt-get? Does the Resin.os have the right graphics drivers?
Sorry for the newby questions, i’m definitely out of my league here.