I am pretty new to Caffe, CUDA etc but I have managed to install and test them using a Caffe example targetting the GPU and Keras Example which also focuses on the GPU. So I am pretty sure all is installed. I had to build CUDA to install etc. I am using Theano as a back end for Keras.
When I try to install Digits using Pip3 (using Python3) or APT install I get
The following packages have unmet dependencies. digits : Depends: python-caffe-nv (>= 0.13) but it is not going to be installed Depends: caffe-nv (>= 0.13) but it is not going to be installed Recommends: torch7-nv but it is not going to be installed E: Unable to correct problems, you have held broken packages.
I know PyCaffe is working? Sorry if this is a newbie issue