mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-01-23 10:16:22 +00:00
Add nvidia.icd file to fix missing tonemapping using Nvidia HW
This commit is contained in:
parent
45d5f4e061
commit
4c8099a751
3 changed files with 3 additions and 0 deletions
|
|
@ -300,6 +300,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||
|
||||
## Versions
|
||||
|
||||
* **05.01.21:** - Add nvidia.icd file to fix missing tonemapping using Nvidia HW.
|
||||
* **23.11.20:** - Rebase to Focal, branch off Bionic.
|
||||
* **22.07.20:** - Install nightly from unstable.
|
||||
* **27.05.20:** - Set web directory path.
|
||||
|
|
|
|||
|
|
@ -100,6 +100,7 @@ app_setup_block: |
|
|||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "05.01.21:", desc: "Add nvidia.icd file to fix missing tonemapping using Nvidia HW." }
|
||||
- { date: "23.11.20:", desc: "Rebase to Focal, branch off Bionic." }
|
||||
- { date: "22.07.20:", desc: "Install nightly from unstable." }
|
||||
- { date: "27.05.20:", desc: "Set web directory path." }
|
||||
|
|
|
|||
1
root/etc/OpenCL/vendors/nvidia.icd
vendored
Normal file
1
root/etc/OpenCL/vendors/nvidia.icd
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
libnvidia-opencl.so.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue