I am confused: there is no healthcheck defined in the cuda.Dockerfile in /docker. When using the image, it is running /venv/bin/python_scripts/healthcheck.py
The Healtheck is failing. My monitoring system spams me with alerts.
Whenever LibreTranslate on docker starts (or restarts) the container reports that it is unhealthy, and it can’t be reached over the web. This causes any healthchecker system to report that the service isn’t working and, if implemented, cause a loop where it tries to restart it.
This can be potentially/partially fixed by serving a temporary webpage while LibreTranslate is still booting and downloading models.
I have the same problem. Please tell me what can be done about it?