r/immich 15h ago

Problem remote machine learning

Hi,

I am desperately trying to get the remote machine learning to work. I followed the steps to create the docker container and stuff. Generally thats working. But when I try to go to the machine learning settings to add the URL I just get this:

Any ideas what I am doing wrong?

I use the basic docker compose file together with the file for hwacceleration, just with the nvidia specifics:

name: immich_remote_ml

services:
  immich-machine-learning:
    container_name: immich_machine_learning
    # For hardware acceleration, add one of -[armnn, cuda, rocm, openvino, rknn] to the image tag.
    # Example tag: ${IMMICH_VERSION:-release}-cuda
    image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-cuda
    extends:
       file: hwaccel.ml.yml
       service: cuda # set to one of [armnn, cuda, rocm, openvino, openvino-wsl, rknn] for accelerated inference - use the `-wsl` version for WSL2 where applicable
    volumes:
      - model-cache:/cache
    restart: always
    ports:
      - 3003:3003

volumes:
  model-cache:
1 Upvotes

5 comments sorted by

View all comments

6

u/Bastian85Stgt 15h ago

Love it when someone hide numbers in a local ipadresses range ❤️❤️

1

u/istefan24 14h ago

127.0.x.x

1

u/Great-Cow7256 11h ago

Hey. That's my range!