• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting GPU Docker Jellyfin not working

     
    • 0 Vote(s) - 0 Average

    GPU Docker Jellyfin not working

    ginjaturtles
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #2
    2024-09-19, 03:59 AM (This post was last modified: 2024-09-19, 04:00 AM by ginjaturtles. Edited 1 time in total.)
    I got it working using this:

    Code:
    jellyfin:
        image: lscr.io/linuxserver/${MEDIA_SERVICE}
        container_name: ${MEDIA_SERVICE}
        environment:
          - PUID=${PUID}
          - PGID=${PGID}
          - VERSION=docker
          - NVIDIA_VISIBLE_DEVICES=all
          - NVIDIA_DRIVER_CAPABILITIES=all
        volumes:
          - ${MEDIA_DIRECTORY}/movies:/data/movies
          - ${MEDIA_DIRECTORY}/tvshows:/data/tvshows
          - ${INSTALL_DIRECTORY}/config/${MEDIA_SERVICE}:/config
        runtime: nvidia
        deploy:
          resources:
            reservations:
              devices:
                - capabilities: [gpu]
        ports:
          - 8096:8096
        restart: unless-stopped

    However my cpu is still spking to 90% usage and I now see the GPU being utilized. Any ideas on what would be causing such high CPU usage or ways to debug that?
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    GPU Docker Jellyfin not working - by ginjaturtles - 2024-09-19, 03:34 AM
    RE: GPU Docker Jellyfin not working - by ginjaturtles - 2024-09-19, 03:59 AM
    RE: GPU Docker Jellyfin not working - by ginjaturtles - 2024-09-19, 04:05 AM
    RE: GPU Docker Jellyfin not working - by ginjaturtles - 2024-09-19, 04:16 AM
    RE: GPU Docker Jellyfin not working - by TheDreadPirate - 2024-09-19, 01:19 PM
    RE: GPU Docker Jellyfin not working - by ginjaturtles - 2024-09-19, 11:56 PM
    RE: GPU Docker Jellyfin not working - by ginjaturtles - 2024-09-20, 12:06 AM
    RE: GPU Docker Jellyfin not working - by TheDreadPirate - 2024-09-20, 02:54 AM
    RE: GPU Docker Jellyfin not working - by ginjaturtles - 2024-09-20, 05:38 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode