Jump to content

Docker compose No GPU Shown


Recommended Posts

Posted (edited)

so Im using this compose for Emby Server, but I must be doing something wrong because neither VAAPI or Nvidia GPU show for hw transcoding under Advanced

 

  emby:
    image: emby/embyserver:latest
    container_name: emby
    volumes:
      - ${USERDIR}/docker/emby:/config
      - ${USERDIR}/Downloads1/completed:/downloads/completed
      - ${USERDIR}/media/movies:/movies
      - "/etc/localtime:/etc/localtime:ro"
      - ${USERDIR}/docker/shared:/shared
    devices:
      - /dev/dri/renderD128:/dev/dri/renderD128
    ports:
      - "8097:8096"
      - "8921:8920"
    restart: always
    environment:
      - PUID=${PUID}
      - PGID=${PGID}
      - TZ=${TZ}
      - GIDLIST=44
    networks:
      - traefik_proxy

Edited by bigverm23
Posted

Hi there, hardware acceleration in Docker is still only experimental at this stage. It can work, but there will be some user required setup on your part such as configuring the Docker container, installing drivers, etc.

 

Since you have NVidia, this article will probably help you:

 

https://www.funkypenguin.co.nz/note/gpu-transcoding-with-emby-plex-using-docker-nvidia/

 

Please let us know how you get on. Thanks.

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...