mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 00:04:20 +01:00
Disable HW accell on jellyfin
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
766e15b326
commit
3b34f10534
|
@ -86,16 +86,16 @@ job "jellyfin" {
|
|||
config {
|
||||
image = "jellyfin/jellyfin@sha256:73501b70b0e884e5815d8f03d22973513ae7cadbcd8dba95da60e1d7c82dac7b"
|
||||
|
||||
devices = [
|
||||
{
|
||||
host_path = "/dev/dri/renderD128"
|
||||
container_path = "/dev/dri/renderD128"
|
||||
},
|
||||
{
|
||||
host_path = "/dev/dri/card0"
|
||||
container_path = "/dev/dri/card0"
|
||||
}
|
||||
]
|
||||
# devices = [
|
||||
# {
|
||||
# host_path = "/dev/dri/renderD128"
|
||||
# container_path = "/dev/dri/renderD128"
|
||||
# },
|
||||
# {
|
||||
# host_path = "/dev/dri/card0"
|
||||
# container_path = "/dev/dri/card0"
|
||||
# }
|
||||
# ]
|
||||
}
|
||||
|
||||
resources {
|
||||
|
|
Loading…
Reference in a new issue