You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like support for being able to use additions run flags within CasaOS custom install/UI.
The main motivator at the moment is that I want to use Jellyfin with gpu encoding, but for that I need support to add one of the additional docker run parameters:
--gpus all (for jellyfin/jellyfin, official image) --runtime=nvidia (for linuxserver/jellyfin, supported by casaOS)
Of course I can always run the container directly within the terminal, but that would defeat the purpose of casaOS.
This discussion was converted from issue #518 on September 07, 2022 03:17.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like support for being able to use additions run flags within CasaOS custom install/UI.
The main motivator at the moment is that I want to use Jellyfin with gpu encoding, but for that I need support to add one of the additional
docker run
parameters:--gpus all
(forjellyfin/jellyfin
, official image)--runtime=nvidia
(forlinuxserver/jellyfin
, supported by casaOS)Of course I can always run the container directly within the terminal, but that would defeat the purpose of casaOS.
Beta Was this translation helpful? Give feedback.
All reactions