-
Hi i am facing an issue to start the demo. Ubuntu 22.04 LTS KVM instance. Here are the steps i follow:
Make the following changes to the docker-compose.yml file:
deepset/haystack:cpu-main - haystack_haystack-api_1 The deepset/haystack:cpu-main container keep restarting, failing with the following error. haystack-api_1 | [2022-12-28 07:19:54 +0000] [7] [ERROR] Exception in worker process Does anyone know what I did wrong? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@ilikepear there's a commit that was merged in |
Beta Was this translation helpful? Give feedback.
@ilikepear there's a commit that was merged in
main
a few hours ago causing that problem. Can you try using a stable Haystack image, likeimage: "deepset/haystack:cpu-v1.12.2"
?