-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: bump driver version and more flexible install method
NVIDIA driver install needs a gcc version matching the one used to compile kernel. Had to update install method to ensure proper version of gcc is installed
- Loading branch information
1 parent
71f2fdc
commit ea8a1bf
Showing
4 changed files
with
58 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
# Old variables, to be removed in V1 | ||
# Used to remove potential old NVIDIA driver installation | ||
nvidia_driver_package_version: '' | ||
nvidia_driver_persistence_mode_on: yes | ||
nvidia_driver_module_file: /etc/modprobe.d/nvidia.conf | ||
nvidia_driver_module_params: '' | ||
nvidia_driver_branch: "535" | ||
|
||
# Driver which were installed with Ubuntu | ||
nvidia_driver_ubuntu_branch: "{{ nvidia_driver_branch }}" | ||
nvidia_driver_ubuntu_packages_suffix: "-server" | ||
# END Old variables, to be removed in V1 | ||
|
||
nvidia_driver_module_file: /etc/modprobe.d/nvidia.conf | ||
nvidia_driver_module_params: '' | ||
|
||
# Install version from .run file | ||
nvidia_driver_dotrun_install_version: "535.183.01" | ||
nvidia_driver_dotrun_install_version: "550.127.05" | ||
|
||
nvidia_container_toolkit_version: "1.17.0-1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters