uvicorn-gunicorn-docker
uvicorn-gunicorn-docker copied to clipboard
Multi arch builds
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 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
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.