Sign inSign up

lucasko/jupyter

By lucasko

•Updated about 10 years ago

docker with jupyter-notebbook、anaconda、scikit-learn、elasticsearch、pyes

Image
1

686

lucasko/jupyter repository overview

⁠Dockerfile for Jupyter

There are many libs of python, such as anaconda、scikit-learn、elasticsearch、pyes

⁠To build image by Dockerfile
docker build -t jupyter:latest .
⁠To run the container
docker run -p 8888:8888 -d -it  jupyter:latest  /bin/bash  -c "/opt/conda/bin/jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --port=8888" 

Tag summary

Content type

Image

Digest

Size

758.4 MB

Last updated

about 10 years ago

docker pull lucasko/jupyter