docker with jupyter-notebbook、anaconda、scikit-learn、elasticsearch、pyes
686
There are many libs of python, such as anaconda、scikit-learn、elasticsearch、pyes
docker build -t jupyter:latest .
docker run -p 8888:8888 -d -it jupyter:latest /bin/bash -c "/opt/conda/bin/jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --port=8888"
Content type
Image
Digest
Size
758.4 MB
Last updated
about 10 years ago
docker pull lucasko/jupyter