• 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

    Pages (3): « Previous 1 2 3

     
    • 0 Vote(s) - 0 Average

    Hardware Acceleration and Docker

    Jellyfin on Docker Engine hardware acceleration with a P400
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #21
    2024-09-15, 08:26 PM (This post was last modified: 2024-09-15, 08:26 PM by TheDreadPirate.)
    Change the capabilities to all.

    https://jellyfin.org/docs/general/admini...ial-docker
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    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.
    Pages (3): « Previous 1 2 3

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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