Skip to content

Python3 scikit-learn with Jupyter docker image based on alpine

License

Notifications You must be signed in to change notification settings

smizy/docker-scikit-learn

Repository files navigation

docker-scikit-learn

CircleCI

Python3 scikit-learn with Jupyter docker image based on alpine

Supported tags and respective Dockerfile links

Usage

# run Jupyter Notebook container (see token in log)
docker run -it --rm -p 8888:8888 -v $PWD:/code smizy/scikit-learn:latest

# Or use PASSWORD environment variable instead of token
docker run  -p 8888:8888 -v $PWD:/code -e PASSWORD=yoursecretpass -d smizy/scikit-learn:latest

# open browser
open http://$(docker-machine ip default):8888

About

Python3 scikit-learn with Jupyter docker image based on alpine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published