Issue
We use a docker image with 2.7 in it, it uses an old debian docker with python2.7 embed in it.
Because the debian image (not python2, the debian version itself) is deprecated, while apt update
-ing, it will lead to a 404 because mirrors don't support it anymore.
Solution
Two cases:
- Still support python2.7, use mamba/conda
- Don't officially support python2.7