On Thu, 2024-10-24 at 14:50 +0200, Stephan Frank wrote:
> Amongst other approaches I have tried the runfile installation like so:
>
> > chroot /target apt install -y make linux-headers-$(uname -r)
> > chroot /target wget -nc
> > https://developer.download.nvidia.com/compute/cuda/12.6.2/local_insta
Hello everyone,
has anybody ever successfully installed CUDA via FAI into a Debian Bookwork (or
any other) installation? I have been trying to set this up for over a week now
- yet no success.
Regards, Stephan
> On Thu, 24 Oct 2024 14:50:20 +0200 (CEST), Stephan Frank
> said:
> Amongst other approaches I have tried the runfile installation like so:
>> chroot /target apt install -y make linux-headers-$(uname -r)
>> chroot /target wget -nc
https://developer.download.nvidia.com/comp
Nope, I'm using Salt for everything that is
"personalization-after-installation", including CUDA install.
But FAI acts as packages cache also for CUDA :)
Diego
Il 24/10/2024 13:48, Stephan Frank ha scritto:
Hello everyone,
has anybody ever successfully installed CUDA via FAI into a Debian Bo
Hallo Thomas,
thank you for your kind reply.
> I wonder what the problems are. Do you have some excerpt from the logs?
I use this installation guide and try to make it into a script:
https://docs.nvidia.com/cuda/cuda-installation-guide-linux/
Amongst other approaches I have tried the runfile i