Open-Assistant
Open-Assistant copied to clipboard
dependency failed to start: container for service "webdb" is unhealthy
Getting this error after the after a long time of booting.
Running on Ubuntu 20.04 Python version 3.8. Intel i3 8gb RAM.
This might not be your issue, but in general you need Python 3.10.
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 :)