DallasFormulaRacing / PowertrainLib

This library will consist of various methods to visualize and analyze data to support our powertrain team's needs.
10 stars 3 forks source link

Deploy to Plotly Dash to Azure #56

Open Squidtoon99 opened 2 months ago

Squidtoon99 commented 2 months ago

Steps:

  1. [x] Dockerize the dash app
  2. [ ] Deploy to Azure App Service
  3. [ ] Link to a public dfr domain
SahanYW commented 2 months ago

Useful links: Dockerize python apps: https://www.docker.com/blog/how-to-dockerize-your-python-applications/ Setting up dockerfile with gunicorn: https://stackoverflow.com/questions/43925487/how-to-run-gunicorn-on-docker Docker getting started: https://docs.docker.com/get-started/02_our_app/

SahanYW commented 2 months ago

Docker repo: https://hub.docker.com/repository/docker/sahanyw/dash/general *Note that current docker image contains powertrain visualizations that are attempting to graph figures using an empty dataframe