• 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 Hardware Acceleration and Docker

     
    • 0 Vote(s) - 0 Average

    Hardware Acceleration and Docker

    Jellyfin on Docker Engine hardware acceleration with a P400
    Odinos
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Sep
    Reputation: 0
    Country:Netherlands
    #22
    2024-09-26, 08:00 AM
    (2024-09-15, 05:59 PM)rambro1stbud Wrote: I have a Quadro P400 as well. Like you, I struggled to get Jellyfin to recognize my GPU. I'm on the latest TrueNAS, running Jellyfin through Dockge. The official documentation wasn't really helpful at all. I looked at a bunch of Reddit and TrueNAS forum posts. This the docker compose that worked for me. Relevant parts highlighted:

    Code:
    services:
      jellyfin:
        image: lscr.io/linuxserver/jellyfin:latest
        container_name: jellyfin
        environment:
          - PUID=568
          - PGID=568
          - TZ=$TZ
    [b]      - NVIDIA_VISIBLE_DEVICES=all[/b]
          - JELLYFIN_PublishedServerUrl=$URL
        volumes:
          - /path/to/jellyfin:/config
          - /path/to:/tv
          - /path/to:/movies
        ports:
          - 8096:8096
          - 8920:8920 #optional
          - 7359:7359/udp #optional
          - 1900:1900/udp #optional
        restart: unless-stopped
        [b]deploy:[/b]
    [b]      resources:[/b]
    [b]        reservations:[/b]
    [b]          devices:[/b]
    [b]            - driver: nvidia[/b]
    [b]              count: 1[/b]
    [b]              capabilities:[/b]
    [b]                - gpu[/b]
    networks: {}

    Thanks, I have a P2000 and the compose config from the documentation used to worked fine until recently the container was unable to detect the gpu.

    I changed the config to what you suggested and it is working again.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Hardware Acceleration and Docker - by missmintygreen - 2024-06-12, 01:08 AM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-06-12, 01:34 AM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-12, 02:00 AM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-06-12, 03:33 PM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-12, 10:08 PM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-06-12, 10:11 PM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-12, 10:21 PM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-06-12, 10:29 PM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-12, 10:34 PM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-06-12, 10:41 PM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-12, 11:53 PM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-12, 11:59 PM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-06-13, 12:08 AM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-13, 12:11 AM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-06-13, 11:51 AM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-13, 10:23 PM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-29, 07:50 PM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-06-30, 02:15 AM
    RE: Hardware Acceleration and Docker - by missmintygreen - 2024-06-30, 02:27 AM
    RE: Hardware Acceleration and Docker - by rambro1stbud - 2024-09-15, 05:59 PM
    RE: Hardware Acceleration and Docker - by Odinos - 2024-09-26, 08:00 AM
    RE: Hardware Acceleration and Docker - by TheDreadPirate - 2024-09-15, 08:26 PM

    • 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