NVIDIA Driver Install

When trying to update the NVIDIA Drivers on TrueNAS Electric Eel from Apps → Settings → Install NVIDIA Drivers I get a FAILED and a Long Issue. (SEE BLOW)
I followed the [Docker Apps and UUID issue with NVIDIA GPU after upgrade to 24.10] and so Nvidia-installer.log file is available

admin@truenas[~]$ ls /var/log/nvidia-installer.log
ls: cannot access ‘/var/log/nvidia-installer.log’: No such file or directory
admin@truenas[~]$ cat /var/log/nvidia-installer.log
cat: /var/log/nvidia-installer.log: No such file or directory
admin@truenas[~]$

----ISSUE------

[EFAULT] Command apt update failed (code 100): Hit:1 https://nvidia.github.io/libnvidia-container/stable/deb/amd64 InRelease Hit:2 https://apt.sys.truenas.net/electriceel/24.10.0/debian bookworm InRelease Get:3 https://repo.radeon.com/rocm/apt/debian ubuntu InRelease [2620 B] Hit:4 https://apt.sys.truenas.net/electriceel/24.10.0/debian-security bookworm-security InRelease Hit:5 https://apt.sys.truenas.net/electriceel/24.10.0/debian-backports bookworm-backports InRelease Hit:6 https://apt.sys.truenas.net/electriceel/24.10.0/debian-debug bookworm-debug InRelease Hit:7 https://apt.sys.truenas.net/electriceel/24.10.0/yarn stable InRelease Hit:8 https://apt.sys.truenas.net/electriceel/24.10.0/docker bookworm InRelease Err:3 https://repo.radeon.com/rocm/apt/debian ubuntu InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9386B48A1A693C5C Reading package lists... WARNING: apt does not have a stable CLI interface. Use with caution in scripts. W: https://apt.sys.truenas.net/electriceel/24.10.0/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. W: GPG error: https://repo.radeon.com/rocm/apt/debian ubuntu InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9386B48A1A693C5C E: The repository 'https://repo.radeon.com/rocm/apt/debian ubuntu InRelease' is not signed. W: https://apt.sys.truenas.net/electriceel/24.10.0/debian-security/dists/bookworm-security/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. W: https://apt.sys.truenas.net/electriceel/24.10.0/debian-backports/dists/bookworm-backports/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. W: Skipping acquire of configured file 'contrib/binary-amd64/Packages' as repository 'https://apt.sys.truenas.net/electriceel/24.10.0/debian-backports bookworm-backports InRelease' doesn't have the component 'contrib' (component misspelt in sources.list?) W: Skipping acquire of configured file 'contrib/i18n/Translation-en' as repository 'https://apt.sys.truenas.net/electriceel/24.10.0/debian-backports bookworm-backports InRelease' doesn't have the component 'contrib' (component misspelt in sources.list?) W: Skipping acquire of configured file 'non-free/binary-amd64/Packages' as repository 'https://apt.sys.truenas.net/electriceel/24.10.0/debian-backports bookworm-backports InRelease' doesn't have the component 'non-free' (component misspelt in sources.list?) W: Skipping acquire of configured file 'non-free/i18n/Translation-en' as repository 'https://apt.sys.truenas.net/electriceel/24.10.0/debian-backports bookworm-backports InRelease' doesn't have the component 'non-free' (component misspelt in sources.list?) W: Skipping acquire of configured file 'non-free-firmware/binary-amd64/Packages' as repository 'https://apt.sys.truenas.net/electriceel/24.10.0/debian-backports bookworm-backports InRelease' doesn't have the component 'non-free-firmware' (component misspelt in sources.list?) W: Skipping acquire of configured file 'non-free-firmware/i18n/Translation-en' as repository 'https://apt.sys.truenas.net/electriceel/24.10.0/debian-backports bookworm-backports InRelease' doesn't have the component 'non-free-firmware' (component misspelt in sources.list?) W: https://apt.sys.truenas.net/electriceel/24.10.0/debian-debug/dists/bookworm-debug/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. W: https://apt.sys.truenas.net/electriceel/24.10.0/yarn/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. W: https://apt.sys.truenas.net/electriceel/24.10.0/docker/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 488, in run
    await self.future
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 535, in __run_body
    rv = await self.middleware.run_in_thread(self.method, *args)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1364, in run_in_thread
    return await self.run_in_executor(io_thread_pool_executor, method, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1361, in run_in_executor
    return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/plugins/nvidia.py", line 56, in install
    with self._install_packages(
  File "/usr/lib/python3.11/contextlib.py", line 137, in __enter__
    return next(self.gen)
           ^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/plugins/nvidia.py", line 89, in _install_packages
    subprocess.run(["apt", "update"], **kwargs)
  File "/usr/lib/python3.11/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['apt', 'update']' returned non-zero exit status 100.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 488, in run
    await self.future
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 533, in __run_body
    rv = await self.method(*args)
         ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 49, in nf
    res = await f(*args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 179, in nf
    return await func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/plugins/docker/update.py", line 106, in do_update
    await (
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 436, in wait
    raise self.exc_info[1]
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 492, in run
    raise handled
middlewared.service_exception.CallError: [EFAULT] Command apt update failed (code 100):
Hit:1 https://nvidia.github.io/libnvidia-container/stable/deb/amd64  InRelease
Hit:2 https://apt.sys.truenas.net/electriceel/24.10.0/debian bookworm InRelease
Get:3 https://repo.radeon.com/rocm/apt/debian ubuntu InRelease [2620 B]
Hit:4 https://apt.sys.truenas.net/electriceel/24.10.0/debian-security bookworm-security InRelease
Hit:5 https://apt.sys.truenas.net/electriceel/24.10.0/debian-backports bookworm-backports InRelease
Hit:6 https://apt.sys.truenas.net/electriceel/24.10.0/debian-debug bookworm-debug InRelease
Hit:7 https://apt.sys.truenas.net/electriceel/24.10.0/yarn stable InRelease
Hit:8 https://apt.sys.truenas.net/electriceel/24.10.0/docker bookworm InRelease
Err:3 https://repo.radeon.com/rocm/apt/debian ubuntu InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9386B48A1A693C5C
Reading package lists...

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

W: https://apt.sys.truenas.net/electriceel/24.10.0/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: GPG error: https://repo.radeon.com/rocm/apt/debian ubuntu InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9386B48A1A693C5C
E: The repository 'https://repo.radeon.com/rocm/apt/debian ubuntu InRelease' is not signed.
W: https://apt.sys.truenas.net/electriceel/24.10.0/debian-security/dists/bookworm-security/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: https://apt.sys.truenas.net/electriceel/24.10.0/debian-backports/dists/bookworm-backports/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: Skipping acquire of configured file 'contrib/binary-amd64/Packages' as repository 'https://apt.sys.truenas.net/electriceel/24.10.0/debian-backports bookworm-backports InRelease' doesn't have the component 'contrib' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'contrib/i18n/Translation-en' as repository 'https://apt.sys.truenas.net/electriceel/24.10.0/debian-backports bookworm-backports InRelease' doesn't have the component 'contrib' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'non-free/binary-amd64/Packages' as repository 'https://apt.sys.truenas.net/electriceel/24.10.0/debian-backports bookworm-backports InRelease' doesn't have the component 'non-free' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'non-free/i18n/Translation-en' as repository 'https://apt.sys.truenas.net/electriceel/24.10.0/debian-backports bookworm-backports InRelease' doesn't have the component 'non-free' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'non-free-firmware/binary-amd64/Packages' as repository 'https://apt.sys.truenas.net/electriceel/24.10.0/debian-backports bookworm-backports InRelease' doesn't have the component 'non-free-firmware' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'non-free-firmware/i18n/Translation-en' as repository 'https://apt.sys.truenas.net/electriceel/24.10.0/debian-backports bookworm-backports InRelease' doesn't have the component 'non-free-firmware' (component misspelt in sources.list?)
W: https://apt.sys.truenas.net/electriceel/24.10.0/debian-debug/dists/bookworm-debug/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: https://apt.sys.truenas.net/electriceel/24.10.0/yarn/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: https://apt.sys.truenas.net/electriceel/24.10.0/docker/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.