Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. root@localhost:~# apt-get -y install --no-install-recommends cuda-10-0 libcudnn7=\*+cuda10.0 libcudnn7-dev=\*+cuda10.0
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Selected version '7.6.5.32-1+cuda10.0' (NVIDIA CUDA:developer.download.nvidia.com [amd64]) for 'libcudnn7'
  6. Selected version '7.6.5.32-1+cuda10.0' (NVIDIA CUDA:developer.download.nvidia.com [amd64]) for 'libcudnn7-dev'
  7. Some packages could not be installed. This may mean that you have
  8. requested an impossible situation or if you are using the unstable
  9. distribution that some required packages have not yet been created
  10. or been moved out of Incoming.
  11. The following information may help to resolve the situation:
  12.  
  13. The following packages have unmet dependencies:
  14. cuda-10-0 : Depends: cuda-runtime-10-0 (>= 10.0.130) but it is not going to be installed
  15. Depends: cuda-demo-suite-10-0 (>= 10.0.130) but it is not going to be installed
  16. E: Unable to correct problems, you have held broken packages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement