coding-doctor
coding-doctor
IImmich
Created by coding-doctor on 6/25/2023 in #help-desk-support
Run Machine Learning container on remote machine
Issue resolved. It was an issue with correct version of the image to be pulled. Thanks @bo0tzz . Sorry for the trouble.
12 replies
IImmich
Created by coding-doctor on 6/25/2023 in #help-desk-support
Run Machine Learning container on remote machine
PING remote-ip (remote-ip) 56(84) bytes of data. 64 bytes from remote-ip: icmp_seq=1 ttl=50 time=233 ms 64 bytes from remote-ip: icmp_seq=2 ttl=50 time=232 ms 64 bytes from remote-ip: icmp_seq=3 ttl=50 time=232 ms ^X64 bytes from remote-ip: icmp_seq=4 ttl=50 time=232 ms ^C --- remote-ip ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3004ms rtt min/avg/max/mdev = 232.328/232.495/232.850/0.207 ms
12 replies
IImmich
Created by coding-doctor on 6/25/2023 in #help-desk-support
Run Machine Learning container on remote machine
I can reach it
12 replies
IImmich
Created by coding-doctor on 6/25/2023 in #help-desk-support
Run Machine Learning container on remote machine
yes
12 replies
IImmich
Created by coding-doctor on 6/25/2023 in #help-desk-support
Run Machine Learning container on remote machine
How can I set it up correctly?
12 replies
IImmich
Created by coding-doctor on 6/25/2023 in #help-desk-support
Run Machine Learning container on remote machine
I have tried with both tailscale ip and public ip after opening the firewall. But the ML remote container isn't producing any output or logs and the ML jobs on rpi are not being completed.
12 replies
IImmich
Created by coding-doctor on 6/25/2023 in #help-desk-support
Run Machine Learning container on remote machine
Added:
IMMICH_MACHINE_LEARNING_URL=http://<remote-server-ip>:3003
IMMICH_MACHINE_LEARNING_URL=http://<remote-server-ip>:3003
in .env of rpi
12 replies
IImmich
Created by coding-doctor on 6/25/2023 in #help-desk-support
Run Machine Learning container on remote machine
I have removed the ml service in rpi compose.
12 replies
IImmich
Created by coding-doctor on 6/25/2023 in #help-desk-support
Run Machine Learning container on remote machine
docker-compose file in remote machine:
services:
immich-machine-learning:
container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning
volumes:
- ./immich_model-cache:/cache
env_file:
- .env
ports:
- 3003:3003
restart: always
services:
immich-machine-learning:
container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning
volumes:
- ./immich_model-cache:/cache
env_file:
- .env
ports:
- 3003:3003
restart: always
12 replies