Jump to content

Synology with ARC Loader and NVIDIA Driver (DSM 7.2+) not working


Recommended Posts

Posted (edited)

Emby Server beta 4.11.0.1
DSM: 7.2.2 Update 9
ARC Loader 4.0.4 Arc Control 4.3.0
NVIDIA Driver 2.4.1-1 (580.178.04) confirmed working and available to Docker

image.png.49e7659d995753f9daf7d36d810b43bd.png

Plex:

image.png.df656c00d80417c4fcec5673cb9c68a6.png

However I can't get it linked with Emby:

image.thumb.png.9d1933895dcbdb97f34e0e57cc996e9e.png

Any ideas guys?

I tried the "official way"

services:
  emby:
    image: emby/embyserver:beta
    container_name: embyserver
    runtime: nvidia
    network_mode: host
    environment:
      - UID=1026
      - GID=100
      - TZ=Europe/Amsterdam
      - NVIDIA_VISIBLE_DEVICES=all
      - NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
    volumes:
      - /volume1/docker/emby/config:/config
      - /volume2/data:/data
    security_opt:
      - no-new-privileges:true
    restart: unless-stopped

which results in the above crash

And this starts the container, but does not detect my NVIDIA 3050

services:
  emby:
    image: emby/embyserver:beta
    container_name: embyserver
    network_mode: host
    # runtime: nvidia
    environment:
      - UID=1026
      - GID=100
      - GIDLIST=937
      - TZ=Europe/Amsterdam
      - NVIDIA_VISIBLE_DEVICES=all
      - NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
    volumes:
      - /volume1/docker/emby/config:/config
      - /volume2/data:/data
    devices:
      - /dev/nvidia0:/dev/nvidia0
      - /dev/nvidiactl:/dev/nvidiactl
      - /dev/nvidia-uvm:/dev/nvidia-uvm
    security_opt:
      - no-new-privileges:true
    restart: unless-stopped

image.png.dc072cb5d3faeed790c381d9c5ddb2d1.png

Appreciate any help!

Edited by Sparker

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...