Docker CDMS image for JupyterHub to be used together with the CDMS software stack on CVMFS
First rebuilt the Jupyter Docker stacks out of Centos 7 instead of Ubuntu, see:
https://github.com/zonca/jupyter-docker-stacks-centos7
I build this manually (later will possibly setup autobuild) and push to Docker Hub:
https://hub.docker.com/repository/docker/zonca/jupyter-docker-stacks-centos7
We are interested in the image tagged tensorflow.
Finally we inherit from that image to create docker-jupyter-cdms-light:
https://github.com/zonca/docker-jupyter-cdms-light
As examples, checkout the Dockerfile files in https://github.com/zonca/jupyter-docker-stacks-centos7
This is setup with autobuild on DockerHub
It automatically builds master as latest and it builds all the tags.
Better not use latest in production, always make a tag and use that.
Unfortunately Docker stopped providing free autobuilds, so now we need to build a new image on a machine with Docker and then push to Dockerhub.
The version of the image used in production is defined in config_standard_storage.yaml:
image:
name: "zonca/docker-jupyter-cdms-light"
tag: "2020.11.25"
need to update that and then run install_jhub.sh.
Content type
Image
Digest
Size
1.5 GB
Last updated
over 5 years ago
docker pull zonca/docker-jupyter-cdms-light