Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

dependency failed to start: container for service "webdb" is unhealthy

Open akarshghale opened this issue 2 years ago • 2 comments

Getting this error after the after a long time of booting.

Running on Ubuntu 20.04 Python version 3.8. Intel i3 8gb RAM.

akarshghale avatar Feb 04 '23 19:02 akarshghale

This might not be your issue, but in general you need Python 3.10.

olliestanley avatar Feb 04 '23 22:02 olliestanley

If it's just timing out while starting the services due to RAM or CPU contention, try increasing the timeout and retry values here:

https://github.com/LAION-AI/Open-Assistant/blob/dcb9dfe952fb0fa6fc11c719c6fc2881de19b29b/docker-compose.yaml#L34

If that's the issue and you find sensible defaults that work on your hardware please submit them as a pull request :)

bitplane avatar Feb 05 '23 20:02 bitplane