sony / nnabla

Neural Network Libraries
https://nnabla.org/
Apache License 2.0
2.73k stars 334 forks source link

change aarch64 docker image base #1175

Closed TomonobuTsujikawa closed 1 year ago

TomonobuTsujikawa commented 1 year ago

We have released aarch64 nnabla long time, but realized that the os/arch for these images is linux/amd64. https://hub.docker.com/r/nnabla/nnabla/tags

We think this is caused by building docker image on x86_64 linux environment with the multiarch/debian-debootstrap base image, so the image base for aarch64 is changed to arm64v8/debian:bullseye. This will also help to let dockerhub tag the docker image with correct platform.