Skip to content
New issue

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

Bug Fix: Flask and Celery Docker Images #85

Merged
merged 1 commit into from Feb 3, 2023

Commits on Nov 12, 2022

  1. Bug Fix: Flask and Celery Docker Images

    Modified: requirements_2.7.txt
    
    Change: Downgrade `gevent` to `1.2.2`
    
    I was having issues running the Flask and Celery containers. The issue was due to installing `gevent` version `1.4.0` which is not supported by Python 2 as it can be seen in the table at: https://pypi.org/project/gevent/#description
    
    After using the supported `gevent` version the issue was solved.
    
    I'm running the project on ubuntu server v22.04
    Humoud committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    c233278 View commit details
    Browse the repository at this point in the history