moniker
IImmich
•Created by moniker on 8/25/2023 in #help-desk-support
connect ECONNREFUSED 172.23.0.6:3003 - ML not starting
It seems like the machine_learning container is not starting. Here is my docker-compose block for that service (it previously worked before updating):
Here are the logs from the container:
Those logs aren't super helpful. Is there a way to get more verbose logs, and has anyone run into this? Previously I had an issue with the container not being allowed to access the internet and having to bind mount the models within it.
24 replies
IImmich
•Created by moniker on 4/29/2023 in #help-desk-support
machine learning offline cache
Hi, I'm trying to run the machine learning container offline. There are errors related to files not being found. I'm assuming they would end up in the model_cache folder. I'e attempted to clone the models from huggingface so they are loaded from disk. It doesn't seem to work though.
Here is my mode_cache folder (note that I moved the models into the models--.. folders as they were created on startup).
10 replies
IImmich
•Created by moniker on 12/11/2022 in #help-desk-support
Can't connect to api endpoint after docker-compose setup
I've attempted to set up Immich using the docker-compose setup doc (https://immich.app/docs/installation/recommended-installation, https://immich.app/docs/usage/post-installation). I am unable to log in on the mobile app but am able to use the app from a web browser on desktop.
The only changes I've made to my .env are setting the upload, jwt_secret, and setting the log_level to verbose in an attempt to get more information on anything that I'm seeing:
When I attempt to curl the api endpoint from localhost I get the following:
I've attempted to watch this live while using
docker-compose up
instead of with -d
, but there doesn't seem to be any errors logging, even with LOG_LEVEL set to verbose. Does anyone have some hints at what to do here to debug this (probably user error)? Of particular interest would be if there are any other curl requests that reflect mine being wrong that I could use to debug.60 replies