u/dargelis

Problem remote machine learning
▲ 3 r/UgreenNASync+1 crossposts

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:

https://preview.redd.it/hea3g92rmzjh1.png?width=896&format=png&auto=webp&s=a39fdd18154cba8a76efb463b527dabc1499b521

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:
reddit.com
u/dargelis — 2 days ago