• 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 docker + jellyfin + Arc A380

     
    • 0 Vote(s) - 0 Average

    docker + jellyfin + Arc A380

    dekomoon
    Offline

    Junior Member

    Posts: 21
    Threads: 3
    Joined: 2023 Jun
    Reputation: 0
    #2
    2023-06-23, 02:31 AM (This post was last modified: 2023-06-23, 02:34 AM by dekomoon. Edited 3 times in total.)
    According to instructions on Docker Hub, you will need to pass this when you start the container
    Code:
    --device=/dev/dri:/dev/dri


    or for compose files ->
    Code:
    device:
      - "/dev/dri:/dev/dri"


    I had to map my Rx 7600 gpu for hardware acceleration earlier (plus an extra step of adding AMD linuxserver mod to my compose) and it worked for me, but I used Podman and not Docker.

    This is an example of the compose file I used (ignore DOCKER_MODS env var and group_add):
    Code:
    version: '3.5'
    services:
      jellyfin:
        image: docker.io/linuxserver/jellyfin:latest
        container_name: jellyfin
        group_add:
          - "44"
        environment:
          - DOCKER_MODS=docker.io/linuxserver/mods:jellyfin-amd
          - PUID=0
          - PGID=0
          - TZ=America/New_York
        devices:
          - /dev/dri:/dev/dri
          - /dev/kfd:/dev/kfd
        ports:
          - "8096:8096/tcp"
        volumes:
          - ./config:/config
          - /mnt/data/media/miku:/data/miku
          - /mnt/data/media/anime:/data/anime
        restart: 'unless-stopped'

    Also, I encountered some permission errors earlier and have not figured out how to fix it... Jellyfin in container can not detect my GPU in /dev/dri without giving my Podman container root privileges. Still don't know what permissions I need to change for rootless mode.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    docker + jellyfin + Arc A380 - by Olize - 2023-06-23, 02:21 AM
    RE: docker + jellyfin + Arc A380 - by dekomoon - 2023-06-23, 02:31 AM
    RE: docker + jellyfin + Arc A380 - by Olize - 2023-06-23, 08:21 AM
    RE: docker + jellyfin + Arc A380 - by nyanmisaka - 2023-06-25, 04:25 PM
    RE: docker + jellyfin + Arc A380 - by Olize - 2023-06-25, 09:53 PM
    RE: docker + jellyfin + Arc A380 - by nyanmisaka - 2023-06-26, 11:41 AM
    RE: docker + jellyfin + Arc A380 - by TheDreadPirate - 2023-06-25, 10:27 PM
    RE: docker + jellyfin + Arc A380 - by Olize - 2023-06-26, 01:30 PM
    RE: docker + jellyfin + Arc A380 - by zackoid - 2023-06-26, 02:24 PM
    RE: docker + jellyfin + Arc A380 - by Olize - 2023-06-26, 04:02 PM
    RE: docker + jellyfin + Arc A380 - by frnjjq - 2023-07-04, 10:28 AM
    RE: docker + jellyfin + Arc A380 - by Olize - 2023-07-20, 05:23 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