If you are getting Connection refused
or Connection reset by peer
using docker-compose
#5283
Closed
martinkozle
started this conversation in
General
Replies: 1 comment
-
It is better to add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I spent hours debugging this. It ended up being that I needed to exec inside the container and run
pip install -r extensions/openai/requirements.txt --upgrade
. I hope that somebody that runs into this issue in the future can find this discussion and more easily solve the problem.✌
Beta Was this translation helpful? Give feedback.
All reactions