Incompatible Images - JasonYangShadow/lpmx GitHub Wiki
HOME | Biocontainer Compatibility Report | Package Installation Benchmark | GPGPU Access | Containerize Canu Assembler | Composability Feature | Developer Notice | Incompatible Images
We are so sorry that currently there still exist many images, which are incompatible with LPMX due to varities of reason.
As an user, if you find any incompatible images, you can always creating Bug Issue
at here: https://github.com/JasonYangShadow/lpmx/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
In this wiki, I will list some main (popular) Docker images that are not SUPPORTED or Paritally SUPPORTED in LPMX.
- bioconda/bioconda-utils-build-env series, which are available at here: https://hub.docker.com/r/bioconda/bioconda-utils-build-env , the reason why they are not supported is that the python is built with LTO(link-time optimization) enabled, where gcc embeds certain variables that should only exist in glibc into the Python 3 binary, which is the root cause of the problem.