Skip to content

Not working gpu transcode #12544

Closed Answered by owerrride
owerrride asked this question in Q&A
Sep 10, 2024 · 9 comments · 6 replies
Discussion options

You must be logged in to vote

I figured it out, everything worked with this:

Need add to docker-compose file in immich-server

group_add:
     - video
   deploy:
     resources:
       reservations:
         devices:
           - capabilities: [gpu]
   runtime: nvidia
   devices:
     - /dev/nvidia0:/dev/nvidia0
     - /dev/nvidiactl:/dev/nvidiactl
     - /dev/nvidia-uvm:/dev/nvidia-uvm
     - /dev/nvidia-uvm-tools:/dev/nvidia-uvm-tools

and this to .env file:

NVIDIA_VISIBLE_DEVICES=all
NVIDIA_DRIVER_CAPABILITIES=all

Replies: 9 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Mraedis
Comment options

Mraedis Sep 10, 2024
Collaborator

@owerrride
Comment options

@Mraedis
Comment options

Mraedis Sep 10, 2024
Collaborator

Comment options

You must be logged in to vote
3 replies
@Mraedis
Comment options

Mraedis Sep 10, 2024
Collaborator

@yodaphone
Comment options

@Mraedis
Comment options

Mraedis Dec 20, 2024
Collaborator

Answer selected by owerrride
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants
Converted from issue

This discussion was converted from issue #12541 on September 10, 2024 11:06.