Docker build stalls
Issue: When building a docker container from a Dockerfile, commands like
RUN pip install <package>time out and the build fails. At the same time, commands likeRUN apt updateandRUN git clone <repository>work.Workaround:
Add
--timeout=10to pip install.