|
@@ -14,7 +14,7 @@
|
|
|
|
|
|
---
|
|
|
- name: install Nvidia driver
|
|
|
- yum:
|
|
|
+ package:
|
|
|
name:
|
|
|
- kmod-nvidia
|
|
|
#- nvidia-x11-drv
|
|
@@ -33,8 +33,8 @@
|
|
|
dest: /etc/yum.repos.d/nvidia-container-runtime.repo
|
|
|
tags: install, testing
|
|
|
|
|
|
-# disable gpg key (because Nvidia doesn't know how to make that work yet for some reason)
|
|
|
-- replace:
|
|
|
+- name: disable gpg key for nvidia-container-runtime
|
|
|
+ replace:
|
|
|
path: /etc/yum.repos.d/nvidia-container-runtime.repo
|
|
|
regexp: 'repo_gpgcheck=1'
|
|
|
replace: 'repo_gpgcheck=0'
|
|
@@ -42,7 +42,7 @@
|
|
|
tags: testing
|
|
|
|
|
|
- name: install Nvidia-container-runtime-hook
|
|
|
- yum:
|
|
|
+ package:
|
|
|
name:
|
|
|
#- nvidia-detect
|
|
|
#- kmod-nvidia-410.73-1.el7_5.elrepo
|