Based on: https://github.com/michhar/custom-jupyterhub-linux-vm
Basic Information: For an Ubuntu Deep Learning frameworks environment running Jupyterhub targeted at computer vision scenarios.
Built with the following: docker build --build-arg USER_PW=$USER_PASSWD -t rheartpython/cvdeep -f Linux_py35.dockerfile .
Run with: docker run -it -v /var/run/docker.sock:/var/run/docker.sock -p 8788:8788 --ipc-host --expose=8788 rheartpython/cvdeep:latest
Log in to Jupyterhub at https://localhost:8788 (there will be a certificate security warning, go through this) with: password specified in the environment variable $USER_PASSWD (default is Python3!) and username (default is wonderwoman, but there are 4 other system users that can be added as admins).
Content type
Image
Digest
Size
5.3 GB
Last updated
over 7 years ago
docker pull rheartpython/cvdeep