diff --git a/readme-vars.yml b/readme-vars.yml index b1248fbc..8ecd7b9a 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -87,7 +87,7 @@ app_setup_block: | 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 + https://github.com/NVIDIA/nvidia-container-toolkit 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.