nextgenusfs / funannotate

Eukaryotic Genome Annotation Pipeline
http://funannotate.readthedocs.io
BSD 2-Clause "Simplified" License
300 stars 82 forks source link

linux/arm64 docker image #1050

Open JLSteenwyk opened 6 days ago

JLSteenwyk commented 6 days ago

Hi @nextgenusfs & @hyphaltip,

Could a docker image for arm64 architecture be built? Based on this article, multiple platform architectures can be built using this (or a similar) command:

# Only build
docker build --platform linux/amd64,linux/arm64 -t <image-tag> .
# When you need to push
docker build --platform linux/amd64,linux/arm64 -t <image-tag> --push .

Best,

Jacob

nextgenusfs commented 6 days ago

Unlikely thru conda as too many dependencies. Funannotate2 will probably be possible, just haven't had the time to actual finish it.

JLSteenwyk commented 6 days ago

sounds good - thanks for the timely reply!