https://github.com/BaluYaddhanapudi/wine_recog.git contains code which demonstrates docker and docker-compose using the wine recognition dataset (https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_wine.html)
- Install
docker
- Install
docker-compose
- Create a fork of the repo using the
fork
button. - Clone your fork using
git clone https://www.github.com/<your-username>/wine_recog.git
- Build the images using
docker-compose build
- Spin up the containers using
docker-compose up