Trying to install GPU passthrough of gtx 1050 on my TrueNAS Scale 25.04.2.4.
I already went to apps → settings and checked install nvidia drivers.
My gpu does show up in advanced settings → gpu isolation → gtx 1050
But I am unable to choose gpu in Nextcloud app configuration.
And also when running “nvidia-smi” → NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
I am not sure what to do or how to check if gpu is doing transcoding and ai for Nextcloud.
GPU Isolation is for passing an entire GPU to a VM (Virtual Machine) - if you want to use it or share it between multiple Apps, it needs to be removed from the GPU Isolation menu.
Thank you, I just saw either your reply or someone else’s on other topic.
So I removed from isolation, restarted the server and ran nvidia-smi.
It showed my gpu and it showed up in Nextcloud configuration but when I tried to add it gave me an error
[EFAULT] Failed to render compose templates: Traceback (most recent call last): File “/usr/bin/apps_render_app”, line 33, in sys.exit(load_entry_point(‘apps-validation==0.1’, ‘console_scripts’, ‘apps_render_app’)()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/lib/python3/dist-packages/catalog_templating/scripts/render_compose.py”, line 48, in main render_templates_from_path(args.path, args.values) File “/usr/lib/python3/dist-packages/catalog_templating/scripts/render_compose.py”, line 19, in render_templates_from_path rendered_data = render_templates( ^^^^^^^^^^^^^^^^^ File “/usr/lib/python3/dist-packages/catalog_templating/render.py”, line 31, in render_templates rendered_templates[i.name] = env.get_template(i.name).render( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/lib/python3/dist-packages/jinja2/environment.py”, line 1301, in render self.environment.handle_exception() File “/usr/lib/python3/dist-packages/jinja2/environment.py”, line 936, in handle_exception raise rewrite_traceback_stack(source=source) File “/mnt/.ix-apps/app_configs/nextcloud/versions/2.0.36/templates/docker-compose.yaml”, line 44, in top-level template code {% set nc_container = tpl.add_container(values.consts.nextcloud_container_name, “image”) %} ^^^^^^^^^^^^^^^^^^^^^^^^^ File “/mnt/.ix-apps/app_configs/nextcloud/versions/2.0.36/templates/library/base_v2_1_57/render.py”, line 63, in add_container container = Container(self, name, image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/mnt/.ix-apps/app_configs/nextcloud/versions/2.0.36/templates/library/base_v2_1_57/container.py”, line 102, in init self.deploy: Deploy = Deploy(self._render_instance) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/mnt/.ix-apps/app_configs/nextcloud/versions/2.0.36/templates/library/base_v2_1_57/deploy.py”, line 15, in init self.resources: Resources = Resources(self._render_instance) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/mnt/.ix-apps/app_configs/nextcloud/versions/2.0.36/templates/library/base_v2_1_57/resources.py”, line 24, in init self._auto_add_gpus_from_values() File “/mnt/.ix-apps/app_configs/nextcloud/versions/2.0.36/templates/library/base_v2_1_57/resources.py”, line 55, in _auto_add_gpus_from_values raise RenderError(f"Expected [uuid] to be set for GPU in slot [{pci}] in [nvidia_gpu_selection]") base_v2_1_57.error.RenderError: Expected [uuid] to be set for GPU in slot [0000:01:00.0] in [nvidia_gpu_selection]