suvash/nixos-nvidia-cuda-python-docker-compose

Error installing CUDA drivers

nebolsinvasili opened this issue · 1 comments

When installing virtualisation.docker.enableNvidia = true; an error appears: "curl The requested URL returned an error: 403. Error: Unable to download cuda_cudart-linux-x86_64-12.4.99-archive.tar.xz from any mirror". My version is nixos 24.11. GPU chip GTX 1050Ti. nvidia-smi displays the following information.
screen_2025-01-10_17-33-14

@nebolsinvasili I'm not yet updated to 24.11.

If you search on nixos options, you can see that the option has been deprecated. Another one is suggested instead.
https://search.nixos.org/options?channel=24.11&show=virtualisation.docker.enableNvidia&from=0&size=50&sort=relevance&type=packages&query=virtualisation.docker.enableNvidia

Try following the instructions there and see if you can continue further. I'll close this issue for now, but feel free to comment. I'll updated the docs. only when I get to the issue myself later down the road.

Thanks!