Issue when running the "explore the world" demo in docker #4471
Replies: 4 comments 9 replies
-
doesn't work for me either |
Beta Was this translation helpful? Give feedback.
-
@MariaDavid30 @JonathanLehner It generally takes a min before the container becomes healthy. It can also happen that there's very low disk space on the device which is why elasticsearch container is failing. Would you guys mind sharing the docker logs? So that we can help you debug the issue. You can output them by running the following command. Feel free to adjust the time as per your need. docker logs --since=5m <container_id> |
Beta Was this translation helpful? Give feedback.
-
How much disk space is required? For me the elasticsearch seems to work, but I get this error (same in explore the world, and in doc-search tutorials): |
Beta Was this translation helpful? Give feedback.
-
@JonathanLehner seems like it's not haystack issue but We have changed our docker files to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently trying to run the "explore the world" demo in my system. I am following readme of https://github.com/deepset-ai/haystack-demos/tree/main/explore_the_world to run the demo. I have installed the 3 containers(elasticsearch,haystack-API,ui). But when I run the 'docker-compose up -d' I get the following elastic search error.
And when I start the streamlit app,
I get the "Haystack is starting" command but does not start.
Elastic search started at port 9200
Guys please help!!
Beta Was this translation helpful? Give feedback.
All reactions