felix-last / flask-pandas

Alpine-based docker image for flask for data analysis and plotting through pandas and seaborn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-pandas

on nginx-uwsgi stack

Alpine-based docker image for serving flask via uwsgi and nginx, with support for data analysis and plotting through pandas, seaborn and matplotlib.

Big thanks to Sebastián Ramírez who created the uwsgi-nginx-flask image this project is based on. This project avoids sourcing directly FROM that image in order to allow building from scratch for different architectures (specifically, ARM).

Usage

docker run -v $PWD:/app felixlast/flask-pandas:alpine, mounting app/ including your uwsgi.ini:

app/
  uwsgi.ini
  main.py

About

Alpine-based docker image for flask for data analysis and plotting through pandas and seaborn.


Languages

Language:Dockerfile 67.1%Language:Shell 31.8%Language:Python 1.1%