jpetazzo / shpod

Container image to get a consistent training environment to work on Kubernetes.
165 stars 57 forks source link

Support for arm64 #3

Closed sotiris84 closed 3 years ago

sotiris84 commented 4 years ago

As the title says, could this image support arm64 architecture. I know alpine (which this image is based on) supports arm64 but I am not sure the other components if they support arm64.

Thanks

jpetazzo commented 4 years ago

The Dockerfile is currently hard-coded for amd64, so it'd require a bit of work to express the architecture dynamically each time. And of course, you'd have to check each component one by one to see if they provide arm64 binaries. I'll be happy to take PRs to make that happen, but I won't work on it myself since I don't have that need at the moment :)

jpetazzo commented 3 years ago

Check https://github.com/bretfisher/shpod, he added multi-arch support! :tada: