EVAL: show SSLError in docker
Describe the bug
when I run docker-compose up --build eval
and write down some prompts and send the request.
It shows some error on terminal
eval | urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/engines/gpt-3.5-turbo (Caused by SSLError(SSLError(1, '[SSL] unknown error (_ssl.c:1007)')))
I change the docker file to
RUN \
apt-get update && \
apt-get install -y software-properties-common && \
# add-apt-repository ppa:deadsnakes/ppa && \
apt-get install -y python3.10 python3-pip curl && \
curl -sSL https://install.python-poetry.org | python3 - && \
apt-get install -y nodejs npm
Is this the reason?
To Reproduce Steps to reproduce the behavior:
- run
docker-compose up --build eval
- send message
- show error
Expected behavior received message
Desktop (please complete the following information):
- OS: MacOS
- Browser chrome
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 16 (16 by maintainers)
Is there any discord or telegram group to chat? @adldotori @hanchchch
let me try. Please wait a moment.