PharmGKB / PharmCAT

The Pharmacogenomic Clinical Annotation Tool
Mozilla Public License 2.0
120 stars 39 forks source link

Build docker image for arm64 #181

Closed whaleyr closed 4 months ago

whaleyr commented 4 months ago

Currently, the Docker image published for PharmCAT (https://hub.docker.com/r/pgkb/pharmcat) is only built for amd64 architecture. Let's add a build for arm64 as well.

This will help people who are running the amd64 under emulation on an ARM system (e.g. macOS). In my own testing, running a sample under emulation through docker took around 32 seconds while running on a natively compiled arm64 image took 4 seconds.

This is currently under the "test" tag: https://hub.docker.com/r/pgkb/pharmcat/tags for anyone that wants to try it.