loeeeee / immich-in-lxc

Install Immich in LXC with optional CUDA support
30 stars 3 forks source link

apt install nvidia-cudnn libcublaslt12 libcublas12 unable to locate packages #12

Closed drtechfuchs closed 2 weeks ago

drtechfuchs commented 3 weeks ago

I am trying to follow your instructions in a debian CT, however

apt install nvidia-cudnn libcublaslt12 libcublas12

doesn't seem to work, what repository do I need to add for these?

makovez commented 2 weeks ago

You are probably installing the repo in a non-ubuntu distro. I had the same issue in debian 12. I have installed cudnn and cuda toolkit from official nvidia site install instructions, because those packages (nvidia-cudnn libcublaslt12 libcublas12) are not in debian repo.

Just follow these instructions:

loeeeee commented 2 weeks ago

You are probably installing the repo in a non-ubuntu distro. I had the same issue in debian 12. I have installed cudnn and cuda toolkit from official nvidia site install instructions, because those packages (nvidia-cudnn libcublaslt12 libcublas12) are not in debian repo.

Just follow these instructions:

Thanks for your comments. @makovez

I have updated the Readme, and installation on Debian is now a bit more clear.

loeeeee commented 2 weeks ago

If any issues are encountered, you are welcome to reopen the issue. 😃 @drtechfuchs