Skip to content

Commit 207060d

Browse files
committed
Driver Alert Fix
Signed-off-by: Anurag Guda <[email protected]>
1 parent d0a4a26 commit 207060d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/operators-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
- name: NVIDIA Driver Alert
6060
debug:
6161
msg: "NVIIDA Driver is installed on the system, please uninstall the NVIDIA Driver and continue the installation. Example: 'sudo /usr/bin/nvidia-uninstall'"
62-
when: nvidia_mod.rc > 1 or nvidia_smi.rc == 0
62+
when: nvidia_mod.rc > 1 and cns_nvidia_driver != true or nvidia_smi.rc == 0 and cns_nvidia_driver != true
6363
failed_when: false
6464

6565
- name: GPU PCI ID

0 commit comments

Comments
 (0)