Skip to content
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: 10 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
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
4 participants
Converted from issue

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