Add graphics to capabilties

This commit is contained in:
Roxedus 2024-11-04 16:27:13 +01:00
parent bb423a4d3b
commit 4dd0b7f2d2
No known key found for this signature in database
3 changed files with 3 additions and 1 deletions

View file

@ -12,7 +12,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="thelamer"
#Add needed nvidia environment variables for https://github.com/NVIDIA/nvidia-docker
ENV NVIDIA_DRIVER_CAPABILITIES="compute,video,utility"
ENV NVIDIA_DRIVER_CAPABILITIES="compute,video,utility,graphics"
# global environment settings
ENV DEBIAN_FRONTEND="noninteractive" \