Docker – buildx build –platform linux/amd64 significantly increases image size with poetry
Packages installed by poetry significantly increases the image size when it's built for amd64. I'm building a docker image on my host machine(MacOS, M2 Pro), which I want to deploy to an EC2 instance. Normal build will make an image…