We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
follow https://docs.docker.com/language/python/containerize/
after docker init add
python-docker-server-1 | /bin/sh: 1: gunicorn: not found python-docker-server-1 exited with code 127
see https://developers.redhat.com/articles/2023/08/17/how-deploy-flask-application-python-gunicorn#:~:text=Flask%20also%20has%20a%20server,Gateway%20Interface)%20server%20like%20Gunicorn.
fix dependencies
#Flask==2.3.2 #Werkzeug==2.3.6 Flask==3.0.2 Werkzeug==3.0.0 Gunicorn==21.2.0 micha@carbon MINGW64 /c/wse_github/obrienlabsdev/doppler-radar-ml/python-docker (main) $ docker compose up --build python-docker-server-1 | [2024-04-06 15:58:45 +0000] [7] [INFO] Listening at: http://0.0.0.0:8000 (7)
The text was updated successfully, but these errors were encountered:
#4 - initial python architecture
3f605c8
dfd488c
#4 - add flask to python app
23df130
obriensystems
No branches or pull requests
follow
https://docs.docker.com/language/python/containerize/
after docker init
add
see
https://developers.redhat.com/articles/2023/08/17/how-deploy-flask-application-python-gunicorn#:~:text=Flask%20also%20has%20a%20server,Gateway%20Interface)%20server%20like%20Gunicorn.
fix dependencies
The text was updated successfully, but these errors were encountered: