UC AF specific image building
It is rebuilt only when triggered by a change in base image, it tags image based on the tag of base.
This latest tag of this image is available for use at the US ATLAS Analysis Facility at UChicago through the JupyterHub service.
When configuring the Jupyter Lab instance for your session select the image from the "Image" drop-down menu.
docker pull sslhep/analysis-dask-uc:latest
The container is designed to be launched by the UChicago Analysis Facility JupyterHub service:
- Startup Script:
SetupPrivateJupyterLab.shis installed at/usr/local/bin/SetupPrivateJupyterLab.sh - Entrypoint: The container entrypoint
/.runexecutes any arguments passed to it - Runtime Invocation: The AF portal invokes the container with
/.run /usr/local/bin/SetupPrivateJupyterLab.sh - Startup Process: The script creates a user account, configures the environment, and launches JupyterLab on port 9999