Sparker 45 Posted Thursday at 09:53 AM Posted Thursday at 09:53 AM (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 Plex: However I can't get it linked with Emby: 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 Appreciate any help! Edited Thursday at 09:54 AM by Sparker
Sparker 45 Posted 19 hours ago Author Posted 19 hours ago Here is the log appreciate any help! 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:/volume2/data restart: unless-stopped this now works without crashing. hardware_detection-63925351890.txt
heffeque 94 Posted 44 minutes ago Posted 44 minutes ago Why is this in Linux instead of Synology? (just curious)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now