© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
ImmichI
Immich•4mo ago•
15 replies
XinWarrior

remote machine learning

i have just set up my remote machine learning docker
name: immich_remote_ml
services:
  immich-machine-learning:
    container_name: immich_machine_learning
    image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-cuda
    volumes:
      - model-cache:/cache
    restart: always
    ports:
      - 3003:3003
volumes:
  model-cache:
name: immich_remote_ml
services:
  immich-machine-learning:
    container_name: immich_machine_learning
    image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-cuda
    volumes:
      - model-cache:/cache
    restart: always
    ports:
      - 3003:3003
volumes:
  model-cache:

I went to my server and I added the ip:port address, I got the input {"message":"Immich ML"}
However when I start the OCR job the log on the machine learning is as follows
immich_machine_learning  | [11/04/25 17:22:11] INFO     Application startup complete.                      
immich_machine_learning  | [11/04/25 17:23:29] INFO     Loading detection model 'PP-OCRv5_mobile' to memory
immich_machine_learning  | [11/04/25 17:23:29] INFO     Setting execution providers to                     
immich_machine_learning  |                              ['CUDAExecutionProvider', 'CPUExecutionProvider'], 
immich_machine_learning  |                              in descending order of preference                  
immich_machine_learning  | [11/04/25 17:23:33] ERROR    Worker (pid:9) was sent code 139!                  
immich_machine_learning  | [11/04/25 17:23:33] INFO     Booting worker with pid: 66                        
immich_machine_learning  | [11/04/25 17:23:34] INFO     Started server process [66]                        
immich_machine_learning  | [11/04/25 17:23:34] INFO     Waiting for application startup.                   
immich_machine_learning  | [11/04/25 17:23:34] INFO     Created in-memory cache with unloading after 300s  
immich_machine_learning  |                              of inactivity.                                     
immich_machine_learning  | [11/04/25 17:23:34] INFO     Initialized request thread pool with 16 threads.   
immich_machine_learning  | [11/04/25 17:23:34] INFO     Application startup complete.              
immich_machine_learning  | [11/04/25 17:22:11] INFO     Application startup complete.                      
immich_machine_learning  | [11/04/25 17:23:29] INFO     Loading detection model 'PP-OCRv5_mobile' to memory
immich_machine_learning  | [11/04/25 17:23:29] INFO     Setting execution providers to                     
immich_machine_learning  |                              ['CUDAExecutionProvider', 'CPUExecutionProvider'], 
immich_machine_learning  |                              in descending order of preference                  
immich_machine_learning  | [11/04/25 17:23:33] ERROR    Worker (pid:9) was sent code 139!                  
immich_machine_learning  | [11/04/25 17:23:33] INFO     Booting worker with pid: 66                        
immich_machine_learning  | [11/04/25 17:23:34] INFO     Started server process [66]                        
immich_machine_learning  | [11/04/25 17:23:34] INFO     Waiting for application startup.                   
immich_machine_learning  | [11/04/25 17:23:34] INFO     Created in-memory cache with unloading after 300s  
immich_machine_learning  |                              of inactivity.                                     
immich_machine_learning  | [11/04/25 17:23:34] INFO     Initialized request thread pool with 16 threads.   
immich_machine_learning  | [11/04/25 17:23:34] INFO     Application startup complete.              


Can anyone help with what miught be the cause of this?
ImmichJoin
A place to hang out, get support, discuss Immich, get announcements about releases and anything else going on.
36,590Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Remote Machine Learning
ImmichIImmich / help-desk-support
4mo ago
Remote Machine Learning
ImmichIImmich / help-desk-support
13mo ago
Remote Machine Learning Log
ImmichIImmich / help-desk-support
3y ago
Remote Machine Learning - Load Balancing
ImmichIImmich / help-desk-support
13mo ago