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

A few suggestions for your awesome project #8

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Jul 27, 2024

  1. devcontainer

    vhvb1989 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    5b36313 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Few updates:

    - Use scissors icon instead of emoji in the title
    
    - Changes to docker
      - Add .dockerignore to skip copping unwanted files to container
       - Use python:3.9-slim for a smaller container
       - Automatically download u2net.onx during container build
       - Use gunicorn to serve the app instead of the flask dev server
    
    - Adding gunicorn to serve the flask app. This brings a production level server to host the app, instead of the flask dev server.
    
    - Update Readme with notes about how to run with a container or locally
    
    - Adding .devcontainer for Codespaces and/or locally working from WSL or a dev container.
    vhvb1989 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    4951042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8d1d31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e36252 View commit details
    Browse the repository at this point in the history
  4. remove duplicates

    vhvb1989 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    0537479 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7d4d2c View commit details
    Browse the repository at this point in the history