A template workbench.
This workbench is based on a "cut" from sertansenturk/cookiecutter-ds-docker.
It consists of a docker-compose stack with the services below (See Sections Setup and Running the Services):
- A Jupyter service with minimal customization
- An mlflow tracking server to store experiments
- A postgresql database, which stores mlflow tracking information
workbench
also comes with two standalone Docker image below for local usage:
- Python test and development
- Building Sphinx documentation
To build and start the Docker stack, run:
make