This helped me to solve my issue with too many open files (-:
the trick is to run the docker image like this:
docker run --ulimit nofile=5000:5000
Then I could run:
gpt -h
without error
BR
Bjørn
This helped me to solve my issue with too many open files (-: