mjhea0 / awesome-fastapi

A curated list of awesome things related to FastAPI
Creative Commons Zero v1.0 Universal
8.5k stars 651 forks source link

Add the MultiPy docker images #133

Closed tedivm closed 2 years ago

tedivm commented 2 years ago

The MultiPy image project grew out of a pull request to the fastapi uvicorn/gunicorn containers. The images are directly compatible with the FastAPI images with one major improvement- they are multiarchetecture/multiplatform so they can easily be used to create base iamges that can run on ARM (m1, gravitron) or AMD (intel, amd) systems.

mjhea0 commented 2 years ago

Thanks for the PR. Let me think on this one since the images are more general and less FastAPI-specific.

tedivm commented 2 years ago

They formed out of two PRs (fast-api-docker and gunicorn) on the FastAPI images that attempted to make those images work on multiple architectures. Most of the users come from that FastAPI ticket right now, which is why I thought they'd be relevant.

mjhea0 commented 2 years ago

I'm going to pass on this for now. The list is starting to bloat already anyway.

tedivm commented 2 years ago

Seems kind of weird that you're leaving a bunch of broken and unmaintained projects while rejecting ones that work, but it's your list.