Closed marcverhagen closed 9 months ago
This could be a server (pypi.org) side issue. Do you keep getting the same 102 error when trying again some time later?
Or it could be docker network (mis-)configuration or (old) pip exec version.
I never tried to build the image repeatedly over an extended time period, so I would have to try that. But it may be the configuration or version issue. I will compare configurations because this issue never happens at work.
closing as non-reproducible and stale.
Because
While installing the Python requirements with these lines in the container file
I get this error on some machines:
This has happened in the past as well and I fixed it then by doing individual pip installs, but at some point we reverted to using a requirements file. The issue also happened with older code that installed a model in a rather hacky way, but that one was fixed with the
dl_backbone.py
script.Done when
No response
Additional context
No response