PIP in docker – RuntimeError: can’t start new thread.
Recently while working on docker image build, running on RHEL7, we encountered an issue with pip install. The job was failing with error “RuntimeError: can’t start new thread” Here is how Jenkins error logs looked like – Here is how docker version looked like – OS Version Dockerfile Resolution After some troubleshooting, we decided to … Read more