-
|
First, thank you for your great photo management app! Here is my PC:
And my docker-compose file: version: '3'
services:
immich-machine-learning:
container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:release
volumes:
- model-cache:/cache
restart: always
ports:
- 3003:3003
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities:
- gpu
- compute
- video
volumes:
model-cache:However, I always get How can I get GPU acceleration for machine learning container? Which log or which test should I look in? |
Beta Was this translation helpful? Give feedback.
Answered by
mertalev
Mar 20, 2024
Replies: 1 comment 4 replies
-
|
The image tag should be release-cuda. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Triple-Z
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The image tag should be release-cuda.