Checklist
What happened?
Trying to install Miniconda in a docker image based off of the stock CentOS 7 image, the installer fails with a glibc 2.25 dependency. Presumably this won't work because CentOS 7 includes glibc 2.17. This built fine using the x86_64 architecture (everything else the same), but the aarch64 one is failing.
This is the installer:
https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-aarch64.sh
It gives this error output:
Unpacking payload ...
[119] Error loading Python lib '/tmp/_MEImCe6Zl/libpython3.8.so.1.0': dlopen: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /tmp/_MEImCe6Zl/libpython3.8.so.1.0)
[122] Error loading Python lib '/tmp/_MEI6pem7s/libpython3.8.so.1.0': dlopen: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /tmp/_MEI6pem7s/libpython3.8.so.1.0)
Conda info
No response
Conda config
No response
Conda list
No response
Additional Context
No response
Checklist
What happened?
Trying to install Miniconda in a docker image based off of the stock CentOS 7 image, the installer fails with a glibc 2.25 dependency. Presumably this won't work because CentOS 7 includes glibc 2.17. This built fine using the x86_64 architecture (everything else the same), but the aarch64 one is failing.
This is the installer:
https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-aarch64.sh
It gives this error output:
Conda info
No response
Conda config
No response
Conda list
No response
Additional Context
No response