Add GPU device to Jellyfin
This commit is contained in:
parent
d79bfdd5cb
commit
9102fdae5d
1 changed files with 7 additions and 1 deletions
|
@ -46,7 +46,13 @@
|
||||||
},
|
},
|
||||||
"Resources": {
|
"Resources": {
|
||||||
"CPU": 3100,
|
"CPU": 3100,
|
||||||
"MemoryMB": 8129
|
"MemoryMB": 8129,
|
||||||
|
"Devices": [
|
||||||
|
{
|
||||||
|
"Name": "nvidia/gpu",
|
||||||
|
"Count": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue