Python2 Development Environment include common packages
791
Python2 base image for development
Build docker
docker build -t knockdata/python2 .
Run the Docker
docker run -it --rm -p 8888:8888 -v `pwd`:/opt/notebooks knockdata/python2 jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --port=8888 --no-browser --allow-root
Content type
Image
Digest
Size
1.9 GB
Last updated
almost 9 years ago
docker pull knockdata/python2