Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 697 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 697 Bytes

Docker Demo/Assignment

https://github.com/PGCSEDS-IIITH/compose-iris contains code which demonstrates docker and docker-compose using the IRIS dataset (https://scikit-learn.org/stable/auto_examples/datasets/plot_iris_dataset.html)

Pre-requisites

  • Install docker
  • Install docker-compose

Running Instructions

  • Create a fork of the repo using the fork button.
  • Clone your fork using git clone https://www.github.com/<your-username>/compose-iris.git
  • Build the images using docker-compose build
  • Spin up the containers using docker-compose up

Assignment Task

Implement this stack for some dataset of your choice

Submission

Submit a link to your forked repository