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

docs: Unable to locate package libcudnn7 #44300

Closed
tekumara opened this issue Oct 25, 2020 · 1 comment
Closed

docs: Unable to locate package libcudnn7 #44300

tekumara opened this issue Oct 25, 2020 · 1 comment
Assignees
Labels
subtype: ubuntu/linux Ubuntu/Linux Build/Installation Issues type:build/install Build and install issues

Comments

@tekumara
Copy link

tekumara commented Oct 25, 2020

URL(s) with the issue:

https://www.tensorflow.org/install/gpu#install_cuda_with_apt

Description of issue (what needs changing):

I'm following the Ubuntu 18.04 (CUDA 10.1) instructions. I've installed the NVIDIA package repositories & NVIDIA driver and rebooted. I now try to install cuda & libcudnn7:

$ sudo apt-get install --no-install-recommends \
    cuda-10-1 \
    libcudnn7=7.6.5.32-1+cuda10.1  \
    libcudnn7-dev=7.6.5.32-1+cuda10.1
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libcudnn7
E: Unable to locate package libcudnn7-dev

I'm running Ubuntu 18.04.5 LTS (Bionic Beaver)

@tekumara
Copy link
Author

It looks like I missed running the second sudo apt-get update in the instructions. I've run it again, and it works!

@amahendrakar amahendrakar added type:support Support issues subtype: ubuntu/linux Ubuntu/Linux Build/Installation Issues type:build/install Build and install issues and removed type:support Support issues labels Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subtype: ubuntu/linux Ubuntu/Linux Build/Installation Issues type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

2 participants