mlte-team / mlte

An infrastructure for evaluating machine learning models.
http://mlte.rtfd.io/
MIT License
10 stars 4 forks source link

Dockerize Full Server Deployment #401

Closed sebastian-echeverria closed 4 months ago

sebastian-echeverria commented 6 months ago

Currently, there is a dockerfile for the Backend, which hasn't been tested in a while. There are no dockerfiles for the frontend or the default RDB Postgresl. Create a dockerization of the system to make it easier to deploy. Potentially use compose to make it easier to set everything up.

sebastian-echeverria commented 4 months ago

Addressed in #434