dask / dask-cloudprovider

Cloud provider cluster managers for Dask. Supports AWS, Google Cloud Azure and more...
https://cloudprovider.dask.org
BSD 3-Clause "New" or "Revised" License
134 stars 110 forks source link

Does it support arm64 chip as fargate workers? #404

Open b-y-f opened 1 year ago

b-y-f commented 1 year ago

I cannot find any information in here

jacobtomlinson commented 1 year ago

If the container image you choose supports ARM then you should be fine. Currently we are not building the Dask official images for ARM. https://github.com/dask/dask-docker/issues/128

b-y-f commented 1 year ago

@jacobtomlinson I can build an arm image, but that image cannot be started.

jacobtomlinson commented 1 year ago

@b-y-f can you share logs?

garanews commented 3 months ago

If the container image you choose supports ARM then you should be fine. Currently we are not building the Dask official images for ARM. dask/dask-docker#128

@jacobtomlinson will you add in your pipeline the build of images for ARM? Thanks