Skip to content

techenik/compose-iris

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/techenik/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 - I have selected the seeds dataset. https://archive.ics.uci.edu/ml/datasets/seeds

Submission

Submit a link to your forked repository

About

docker-compose based assignment using IRIS dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 90.3%
  • Dockerfile 9.7%