Skip to content

Commit 4dd0b7f

Browse files
committed
Add graphics to capabilties
1 parent bb423a4 commit 4dd0b7f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1212
LABEL maintainer="thelamer"
1313

1414
#Add needed nvidia environment variables for https://github.com/NVIDIA/nvidia-docker
15-
ENV NVIDIA_DRIVER_CAPABILITIES="compute,video,utility"
15+
ENV NVIDIA_DRIVER_CAPABILITIES="compute,video,utility,graphics"
1616

1717
# global environment settings
1818
ENV DEBIAN_FRONTEND="noninteractive" \

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
361361

362362
## Versions
363363

364+
* **04.11.24:** - Add Nvidia capability needed for h265
364365
* **18.07.24:** - Rebase to Ubuntu Noble.
365366
* **12.02.24:** - Use universal hardware acceleration blurb
366367
* **09.01.24:** - Set ownership on TranscoderTempDirectory when it's been saved in Preferences.

readme-vars.yml

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ readonly_message: |
8080
8181
# changelog
8282
changelogs:
83+
- {date: "04.11.24:", desc: "Add Nvidia capability needed for h265"}
8384
- {date: "18.07.24:", desc: "Rebase to Ubuntu Noble."}
8485
- {date: "12.02.24:", desc: "Use universal hardware acceleration blurb"}
8586
- {date: "09.01.24:", desc: "Set ownership on TranscoderTempDirectory when it's been saved in Preferences."}

0 commit comments

Comments
 (0)