2024-02-08, 04:03 PM
(This post was last modified: 2024-02-08, 04:28 PM by tmsrxzar. Edited 1 time in total.)
oh joy, more nvidia+linux issues
(edit: sorry, perhaps unfair statement, only reflects my personal experience with nvidia while on linux)
since it can't load libraries then i'm guessing not everything was installed as per directions
see https://docs.linuxserver.io/images/docke...in/#nvidia
(edit: sorry, perhaps unfair statement, only reflects my personal experience with nvidia while on linux)
since it can't load libraries then i'm guessing not everything was installed as per directions
see https://docs.linuxserver.io/images/docke...in/#nvidia
Quote:Hardware acceleration users for Nvidia will need to install the container runtime provided by Nvidia on their host, instructions can be found here:
https://github.com/NVIDIA/nvidia-docker
We automatically add the necessary environment variable that will utilise all the features available on a GPU on the host. Once nvidia-docker is installed on your host you will need to re/create the docker container with the nvidia container runtime --runtime=nvidia and add an environment variable -e NVIDIA_VISIBLE_DEVICES=all (can also be set to a specific gpu's UUID, this can be discovered by running nvidia-smi --query-gpu=gpu_name,gpu_uuid --format=csv ). NVIDIA automatically mounts the GPU and drivers from your host into the jellyfin docker container.