Devilkin
Devilkin
IImmich
Created by Devilkin on 12/29/2024 in #help-desk-support
Machine learning not working
(Also, I don't remember why I ever specified that port in the .env. I had a reason, but... whatever it was, I don't recall)
15 replies
IImmich
Created by Devilkin on 12/29/2024 in #help-desk-support
Machine learning not working
seems a bit counter-intuitive that
15 replies
IImmich
Created by Devilkin on 12/29/2024 in #help-desk-support
Machine learning not working
ergo it was listening on 2283
15 replies
IImmich
Created by Devilkin on 12/29/2024 in #help-desk-support
Machine learning not working
Hah. Found it. It seems that IMMICH_PORT is being used for the immich-machine-learning container also?
15 replies
IImmich
Created by Devilkin on 12/29/2024 in #help-desk-support
Machine learning not working
I've already included them. There's nothing beyond that point (and I didn't find how to put that in verbose mode)
15 replies
IImmich
Created by Devilkin on 12/29/2024 in #help-desk-support
Machine learning not working
I've tried issuing a curl from the immich_server container towards the immich-machine-learning container on port 3003, but that doesn't seem to work either:
$ docker exec -ti immich_server /bin/bash
root@8d9419a63cd5:/usr/src/app#
root@8d9419a63cd5:/usr/src/app# curl http://immich-machine-learning:3003/ -vv
* Trying 172.19.0.3:3003...
* connect to 172.19.0.3 port 3003 failed: Connection refused
* Failed to connect to immich-machine-learning port 3003 after 0 ms: Couldn't connect to server
* Closing connection 0
curl: (7) Failed to connect to immich-machine-learning port 3003 after 0 ms: Couldn't connect to server
$ docker exec -ti immich_server /bin/bash
root@8d9419a63cd5:/usr/src/app#
root@8d9419a63cd5:/usr/src/app# curl http://immich-machine-learning:3003/ -vv
* Trying 172.19.0.3:3003...
* connect to 172.19.0.3 port 3003 failed: Connection refused
* Failed to connect to immich-machine-learning port 3003 after 0 ms: Couldn't connect to server
* Closing connection 0
curl: (7) Failed to connect to immich-machine-learning port 3003 after 0 ms: Couldn't connect to server
So the container is there, it's resolveable, but connectivity seems to be null.
15 replies
IImmich
Created by Devilkin on 12/29/2024 in #help-desk-support
Machine learning not working
The machine has an Intel(R) Xeon(R) CPU E3-1230 v5 @ 3.40GHz - old, but it did work. Currently assigned 6gb ram for immich, which it's hardly using anything now.
15 replies
IImmich
Created by Devilkin on 12/29/2024 in #help-desk-support
Machine learning not working
$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
8d9419a63cd5 ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 2 minutes ago Up 2 minutes (healthy) 127.0.1.1:2283->2283/tcp, ::1:2283->2283/tcp immich_server
1ff097ed7f31 tensorchord/pgvecto-rs:pg14-v0.2.0 "docker-entrypoint.s…" 2 minutes ago Up 2 minutes (healthy) 5432/tcp immich_postgres
da8eef8c008f ghcr.io/immich-app/immich-machine-learning:release "tini -- ./start.sh" 2 minutes ago Up 2 minutes (healthy) immich_machine_learning
31c1a1afa713 redis:6.2-alpine "docker-entrypoint.s…" 2 minutes ago Up 2 minutes (healthy) 6379/tcp immich_redis
$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
8d9419a63cd5 ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 2 minutes ago Up 2 minutes (healthy) 127.0.1.1:2283->2283/tcp, ::1:2283->2283/tcp immich_server
1ff097ed7f31 tensorchord/pgvecto-rs:pg14-v0.2.0 "docker-entrypoint.s…" 2 minutes ago Up 2 minutes (healthy) 5432/tcp immich_postgres
da8eef8c008f ghcr.io/immich-app/immich-machine-learning:release "tini -- ./start.sh" 2 minutes ago Up 2 minutes (healthy) immich_machine_learning
31c1a1afa713 redis:6.2-alpine "docker-entrypoint.s…" 2 minutes ago Up 2 minutes (healthy) 6379/tcp immich_redis
15 replies