mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-25 13:04:59 +00:00
feat: Update NVIDIA module installation warning in install script
- Clarified that Akmod installation may inhibit the reboot command. - Added a cautionary note to the warning to inform users of potential risks. Signed-off-by: Alessandro Pirastru <alessandro.pirastru.94@gmail.com>
This commit is contained in:
parent
8748873c41
commit
dd39bf1743
1 changed files with 2 additions and 2 deletions
4
docs/static/install.sh
vendored
4
docs/static/install.sh
vendored
|
@ -399,8 +399,8 @@ install_fedora_nvidia_kernel_drivers(){
|
|||
warn "| WARNING: |"
|
||||
warn "| Looks like the NVIDIA Kernel modules are not installed. |"
|
||||
warn "| |"
|
||||
warn "| This script can try to install them using akmod-nvidia (will pull all the x11 dependencies). |"
|
||||
warn "| |"
|
||||
warn "| This script can try to install them using akmod-nvidia. |"
|
||||
warn "| The Akmod installation can sometimes inhibit the reboot command, proceed at your own risk. |"
|
||||
warn "| |"
|
||||
warn "| Otherwise you can exit the install script and install them yourself. |"
|
||||
warn "| NOTE: you will need to reboot after the installation. |"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue