Update jlmkr.py

This commit is contained in:
Jip-Hop 2023-02-27 18:08:05 +01:00
parent cf9b07a09f
commit 1de5425015
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ def start_jail(jail_name):
systemd_nspawn_additional_args.append('--bind=/dev/dri')
# Detect nvidia GPU
if os.path.exists('/dev/nvidia'):
if os.path.exists('/dev/nvidia0'):
nvidia_driver_files = []
try: