imagegenius / docker-immich

Monolithic (Single) Docker Container for Immich
GNU General Public License v3.0
620 stars 29 forks source link

Remote Machine Learning Error #461

Open sledgemasterrrr opened 2 weeks ago

sledgemasterrrr commented 2 weeks ago

I have immich on Docker in Unraid and i am trying to use my gaming pc to do the machine learning. When i try to run jobs I get this error github1 What is odd is that when when the jobs runs on the server it lags my pc and there is a task named Service Host: IP Helper that absoultey maxes out my pc and the docker container that is the machine learning remote one spikes like it is doing something but the logs for the main immich container are still spamming the "Error: Machine learning request to "http://IP:3003" failed with SocketError: other side closed

This is my unraid config image This is the remote machine learning docker compose file image This is the setting in immich github3

hydazz commented 2 weeks ago

perhaps the immich container cant communicate with your ml container, what does nc -v -z <ip> 3003 show? something like this?

root@immich-697454656f-ccrth:/# nc -v -z localhost 8080
Connection to localhost (::1) 8080 port [tcp/http-alt] succeeded!

any errors in the ml container logs?