single-user docker images for use with JupyterHub and DockerSpawner, see also: jupyterhub/singleuser
105
The image build based on the description in jupyterhub/singleuser and source code from the github for ppc64le architecture.
Built from the vgrusdev/base-notebook base image.
The dockerfile that builds this image exposes BASE_IMAGE and JUPYTERHUB_VERSION as build args, so you can do:
cd /tmp
git clone https://github.com/jupyterhub/jupyterhub
cd jupyterhub
git checkout 1.2.1
cd singleuser
docker build -t singleuser \
--build-arg BASE_IMAGE=vgrusdev/base-notebook:ppc64le-1.2.1 \
.
to get a new image singleuser that is based on vgrusdev/base-notebook, for example.
This particular image runs as the jovyan user, with home directory at /home/jovyan.
This home directory, /home/jovyan, is not persistent by default, so some configuration is required unless the directory is to be used with temporary or demonstration JupyterHub deployments.
See jupyterhub/singleuser description for more details.
Content type
Image
Digest
Size
174 MB
Last updated
almost 6 years ago
docker pull vgrusdev/singleuser:ppc64le-1.2.1