Enable jellyfin hardware transcoding
This commit is contained in:
@ -28,11 +28,13 @@
|
|||||||
PUID = "3000";
|
PUID = "3000";
|
||||||
PGID = "3000";
|
PGID = "3000";
|
||||||
TZ = "Europe/Berlin";
|
TZ = "Europe/Berlin";
|
||||||
|
|
||||||
NVIDIA_VISIBLE_DEVICES = "all";
|
NVIDIA_VISIBLE_DEVICES = "all";
|
||||||
NVIDIA_DRIVER_CAPABILITIES = "all";
|
NVIDIA_DRIVER_CAPABILITIES = "all";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
|
"--privileged"
|
||||||
"--gpus=all"
|
"--gpus=all"
|
||||||
"--net=behind-nginx"
|
"--net=behind-nginx"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user