Giter Club home page Giter Club logo

Comments (10)

czyzby avatar czyzby commented on May 22, 2024 43

@tiangolo Any updates on this?

from uvicorn-gunicorn-fastapi-docker.

WinnerOK avatar WinnerOK commented on May 22, 2024 9

I have built uvicorn-gunicorn-fastapi images for python3.9 using these uvicorn-gunicorn images as the base.

Feel free to use the images until @tiangolo merge either #64 or #52 at uvicorn-gunicorn-docker repository.

DockerHub links and sources are available in my repo.

Current images are based on PR #67.

from uvicorn-gunicorn-fastapi-docker.

christian-semalytix avatar christian-semalytix commented on May 22, 2024 5

So, are we skipping Python 3.9 and jumping straight to 3.10 then?

from uvicorn-gunicorn-fastapi-docker.

lanasalameh1 avatar lanasalameh1 commented on May 22, 2024 3

Hi
any updates on this? when do you expect the official release for this?

from uvicorn-gunicorn-fastapi-docker.

anton-petrov avatar anton-petrov commented on May 22, 2024 2

Also share my fork with updated versions of python 3.9 and alpine 3.13 there ^_^

docker hub: https://hub.docker.com/repository/docker/antonapetrov/uvicorn-gunicorn
github repo: https://github.com/anton-petrov/uvicorn-gunicorn-docker

from uvicorn-gunicorn-fastapi-docker.

tiangolo avatar tiangolo commented on May 22, 2024 2

Thanks everyone for the discussion and interest! And thanks @graue70 for the PR! It is now available. 🎉

from uvicorn-gunicorn-fastapi-docker.

hopenbr avatar hopenbr commented on May 22, 2024 1

I had issues getting 3.9 to work my FastAPI service,

Using a python:3.9-slim base image I needed to install a few more dependencies than before with fastapi 3.8-slim version (FastAPI 0.55.1)

...
RUN apt-get update && apt-get install -y build-essential=12.6 \ 
&& pip install --no-cache-dir uvloop==0.14.0 httptools==0.1.1 uvicorn==0.13.0 gunicorn==20.0.4 fastapi==0.62.0 \
...

I needed to install build-essential, uvloop and httptools, without these FastAPI api would not startup.
Not sure why, yet this did the trick for me

from uvicorn-gunicorn-fastapi-docker.

rednafi avatar rednafi commented on May 22, 2024

Yes, please. I'd like to test out my apps on python3.9.

from uvicorn-gunicorn-fastapi-docker.

kamikaze avatar kamikaze commented on May 22, 2024

Please

from uvicorn-gunicorn-fastapi-docker.

MROS avatar MROS commented on May 22, 2024

Please

from uvicorn-gunicorn-fastapi-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.