remove nvidia devices variable, add info to readme

This commit is contained in:
aptalca 2019-02-11 21:08:30 +00:00
parent ca9c86ca44
commit 0fa38675c2
5 changed files with 7 additions and 8 deletions

View file

@ -79,11 +79,11 @@ app_setup_block: |
https://github.com/NVIDIA/nvidia-docker
We automatically add the necessary environment variables that will use all available GPU's on the host. Once nvidia-docker is installed on your host you will need to just start the docker with the nvidia container runtime ```--runtime=nvidia```. NVIDIA automatically mounts the GPU and drivers from your host into the plex docker.
We automatically add the necessary environment variables that will use all available GPU's on the host. Once nvidia-docker is installed on your host you will need to just start the docker 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). NVIDIA automatically mounts the GPU and drivers from your host into the plex docker.
# changelog
changelogs:
- { date: "09.02.19:", desc: "Fix nvidia variables, add device variables." }
- { date: "11.02.19:", desc: "Fix nvidia variables, add device variables." }
- { date: "16.01.19:", desc: "Add pipeline logic, multi arch, and HW transcoding configuration; remove avahi service." }
- { date: "07.09.18:", desc: "Rebase to ubuntu bionic, add udev package." }
- { date: "09.12.17:", desc: "Fix continuation lines." }