mordilos / docker-ml

Docker Image for Machine Learning and Data Science

Home Page:https://hub.docker.com/r/reportbee/datascience/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker ML | Report Bee

Docker Stars Docker Pulls Build with 🍯 by 🐝🐝🐝

The docker image comes with the following installed packages

  • Python Version: 3.6
  • Tensorflow - 1.7
  • Tensorflow Object detection and its dependencies
  • Keras (latest)
  • Numpy 1.13.3
  • Scipy (latest)
  • Sklearn (latest)
  • Open CV (latest)
  • Scikit Image (latest)
  • Matplotlib (latest)
  • Jupyter Notebook (latest)
  • Pillow (latest)

How to run

  1. Install Docker CE (Install)
  2. Pull image - docker pull reportbee/datascience
  3. Run image - docker run --rm -d -p 6006:6006 -p 8888:8888 reportbee/datascience:latest
  4. Open your browser and goto localhost:8888 and use the password reportbee to login to the jupyter notebook

Quick References

About

Docker Image for Machine Learning and Data Science

https://hub.docker.com/r/reportbee/datascience/


Languages

Language:Dockerfile 83.0%Language:Python 17.0%