Skip to content

pavlov99/docker-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker machine learning tools

Docker Stars Docker Pulls

Based on Ubuntu Linux 16.04, uses python 3.5 and machine learning libraries.

Docker Hub: https://hub.docker.com/r/pavlov99/ml/ GitHub: https://github.com/pavlov99/docker-ml

Pull Docker image:

docker pull pavlov99/ml

Run its IPython notebook:

mkdir $(pwd)/data-science-notebooks && docker run -v $(pwd)/data-science-notebooks:/notebooks -p 8888:8888 -it --rm pavlov99/ml jupyter-notebook --ip=0.0.0.0 --no-browser

About

Machine learning tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published