tiangolo / uvicorn-gunicorn-docker

Docker image with Uvicorn managed by Gunicorn for high-performance web applications in Python with performance auto-tuning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3.9

sylvainmouquet opened this issue · comments

As a developer, i would like to get a docker image based on python 3.9

@sylvainmouquet
You can use my fork https://hub.docker.com/repository/docker/antonapetrov/uvicorn-gunicorn
It's already tested and using in production.

@anton-petrov on your docker hub page there are links to versions with starlette and fastapi but they seem to be broken. Was the intent to allow a drop-in replacement for the fastapi postgres template?

(actually, the reason they are broken is that you forgot the - in your github username :-))

@AntonOfTheWoods thanks a lot))) fixed. anyway, this is a temporary solution.

Yes, this images are identically to tiangolo's, with the exception of new vesions of python. Works fine for me.
Just replace FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8 in dockerfile

@sylvainmouquet this can now be closed