Skip to content

Fix nvidia driver installation for versions > 565.x.x

Follow up: #130 (closed)

The new driver by default come with GSP enabled, which requires the file /lib/firmware/nvidia/565.57.01/gsp_tu10x.bin. But lib is a readonly location, that is also a symbolic link to /usr/lib, that is also readonly.

Decide what is the best way to add this file on the node, to allow driver installation to succeed.