Python3 scikit-learn with Jupyter docker image based on alpine
10K+
Python3 scikit-learn with Jupyter docker image based on alpine
Dockerfile links# run Jupyter Notebook container (see token in log)
docker run -it --rm -p 8888:8888 -v $PWD:/code smizy/scikit-learn:0.22.2.post1-alpine
# Or use PASSWORD environment variable instead of token
docker run -p 8888:8888 -v $PWD:/code -e PASSWORD=yoursecretpass -d smizy/scikit-learn:0.22.2.post1-alpine
# open browser
open http://$(docker-machine ip default):8888
Content type
Image
Digest
Size
149.7 MB
Last updated
over 5 years ago
docker pull smizy/scikit-learn