diff --git a/Dockerfile b/Dockerfile index 7a6353a..6202cff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM sslhep/analysis-dask-base:24.2.26 +FROM sslhep/analysis-dask-base:latest LABEL maintainer Ilija Vukotic @@ -33,4 +33,6 @@ RUN . /release_setup.sh \ # Have Jupyter shell setup AnalysisBase environment by default RUN echo -e '\n# Activate AnalysisBase environment on login shell\n. /release_setup.sh\n' >> /root/.bash_profile +# CMD given to container at runtime at UChicago Analysis Facility: +# "/.run /ML_platform_tests/SetupPrivateJupyterLab.sh" CMD ["/.run"] diff --git a/README.md b/README.md index 74756ef..0761531 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # analysisbase-dask-uc UC AF specific image building + +## Run + +### UChicago Analysis Facility + +This `latest` tag of this image is available for use at the [US ATLAS Analysis Facility at UChicago](https://af.uchicago.edu/) through the [JupyterHub service](https://af.uchicago.edu/jupyterlab). +When [configuring](https://af.uchicago.edu/jupyterlab/configure) the Jupyter Lab instance for your session select the image from the "Image" drop-down menu. + +### Locally + +``` +docker pull sslhep/analysis-dask-uc:latest +```