• 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 SOLVED: Tonemapping on AMD in Docker

     
    • 0 Vote(s) - 0 Average

    SOLVED: Tonemapping on AMD in Docker

    creylon
    Offline

    Junior Member

    Posts: 23
    Threads: 6
    Joined: 2023 Jul
    Reputation: 0
    Country:Germany
    #3
    2024-03-02, 10:13 AM (This post was last modified: 2024-03-02, 10:14 AM by creylon. Edited 1 time in total.)
    I use the dedicated GPU instead of the onboard, so I map renderD129 and card1 into the container. Setting user to 1000:1000 doesn't work, server won't start due to permission errors.

    Code:
    version: '3'

    services:
      jellyfin:
        container_name: jellyfin
        image: jellyfin/jellyfin:10.8.13-1
        group_add:
          - "989" # render group
          - "986" # video group
          - "993" # input group
        dns:
          - 1.1.1.1
        volumes:
          - "./config:/config"
          - "./cache:/cache"
          - "./config.json:/jellyfin/jellyfin-web/config.json"
          - "/home/media:/media:ro"
        devices:
          # VAAPI Devices
          - /dev/dri/renderD129:/dev/dri/renderD128
          - /dev/dri/card1:/dev/dri/card0
          - /dev/kfd:/dev/kfd
        environment:
          - ROC_ENABLE_PRE_VEGA=1
        ports:
          - 8096:8096
        restart: always

    networks:
      default:
        name: main
        external: true
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Tonemapping on AMD in Docker - by creylon - 2024-03-01, 10:49 AM
    RE: Tonemapping on AMD in Docker - by TheDreadPirate - 2024-03-01, 08:57 PM
    RE: Tonemapping on AMD in Docker - by creylon - 2024-03-02, 10:13 AM
    RE: Tonemapping on AMD in Docker - by nyanmisaka - 2024-03-03, 03:02 PM
    RE: Tonemapping on AMD in Docker - by jelly.fan - 2024-03-03, 08:21 PM
    RE: Tonemapping on AMD in Docker - by nyanmisaka - 2024-03-04, 04:04 AM
    RE: Tonemapping on AMD in Docker - by creylon - 2024-03-04, 11:55 AM
    RE: Tonemapping on AMD in Docker - by berger0 - 2024-03-07, 07:42 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