amazon-riverbgc / trocas-herokuapp1

TROCAS Panel App
https://trocasdata-1.herokuapp.com/
MIT License
1 stars 0 forks source link

TROCAS Panel App

Code and data used in the TROCAS Panel App hosted on Heroku at https://trocasdata-1.herokuapp.com

Deployment in Heroku is done via a docker container created by Dockerfile. But the app can also be run locally on the notebook trocas_pannelapp_1.ipynb, after creating a conda environment with environment.yml.

Docker image

The Dockerfile that works with Heroku was developed by adapting one I found online. My original, initial working version is here. The current version incorporates changes to make the Docker image much smaller; see issue #2. The initial version has different elements and schemes that are worth referring back, as needed.