install unrar from linuxserver repo
remove obsolete port
This commit is contained in:
parent
d89236ed2f
commit
9666b13f11
4 changed files with 18 additions and 4 deletions
|
|
@ -40,7 +40,6 @@ optional_parameters: |
|
|||
```
|
||||
-p 32400:32400 \
|
||||
-p 1900:1900/udp \
|
||||
-p 3005:3005 \
|
||||
-p 5353:5353/udp \
|
||||
-p 8324:8324 \
|
||||
-p 32410:32410/udp \
|
||||
|
|
@ -96,6 +95,7 @@ app_setup_block: |
|
|||
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 plex docker.
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "16.08.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar)."}
|
||||
- {date: "03.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
|
||||
- {date: "16.10.22:", desc: "Rebase to jammy. Update to s6v3. Remove opencl packages (bundled with plex)."}
|
||||
- {date: "18.07.22:", desc: "Pin all opencl related driver packages."}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue