uvicorn-gunicorn-docker icon indicating copy to clipboard operation
uvicorn-gunicorn-docker copied to clipboard

Multi arch builds

Open mnorrsken opened this issue 4 years ago • 2 comments

I've created multi-arch builds over at https://hub.docker.com/r/mrnr91/uvicorn-gunicorn-fastapi (for arm64 arm/v7 amd64)

However I'd rather have them over here of course :) Is there a particular reason that you don't have multi arch builds?

(Note - python-slim wasnt buildable probably because pip had to build packages from source)

mnorrsken avatar Aug 09 '20 11:08 mnorrsken

@mnorrsken do you have the source code? I assume this is a bit more involved than changing FROM python:3.8 to FROM arm64v8/python:3.8

stickperson avatar Jul 31 '21 22:07 stickperson

Not really. Its just that you have to build the dependency images with multi arch too. Tbh I moved on from this and now I just use a standard python image with fastapi and uvicorn in requirements.

mnorrsken avatar Jul 31 '21 22:07 mnorrsken