aaron-schroeder / distilling-flask

Strava app for display and analysis of personal running data, powered by Flask, Dash, and Pandas.
MIT License
3 stars 0 forks source link

Incorporate dockerfile best practices #18

Open aaron-schroeder opened 1 year ago

aaron-schroeder commented 1 year ago

For example, avoid warnings like this during build:

 => => # ystem package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/v

References