Closed jorgeamaya closed 1 year ago
This seems to be more of a Docker / Conda issue, and I am afraid I don't really know the answer to this. There have been some issues recently where folks have mentioned conda and M1 (which I assume is similar to the M2 issues), e.g. here: https://github.com/FelixKrueger/TrimGalore/issues/168 . Maybe you can get more help from the Docker / Conda community?
You're right. It seems that the python in the newest version of the docker container is conflicting with trim-galore. I was able to patch this issue by reverting to a previous version of the miniconda container.
FROM continuumio/miniconda3:23.3.1-0
I have a minimal Dockerfile that invokes trimgalore
This used to run fine a few weeks ago, but all of a sudden my container is failing to build. I'm working on a Mac with M2 chip, but I need cross platform capabilities. For this reason I have added the --platform flag.
Is there a know reason for this error? How can I solve it?