Build and release container images for:
- jupyterhub
- jupyterlab
- spark-py
- spark-r
make update-all
First build the standalone Jupyterlab server:
cp build/jupyter/*.jar docker/jupyterlab/.
docker build ./docker/jupyterlab -t jupyterlab-user
rm docker/jupyterlab/*.jar
Then run the server with mounted volume for gcloud credentials:
docker run -p 8888:8888 -eGOOGLE_CLOUD_PROJECT=$(gcloud config get project) -v ~/.config/gcloud:/home/jovyan/.config/gcloud jupyterlab-user