Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.17 KB

CDMS JupyterLab

THIS REPOSITORY HAS BEEN ARCHIVED AND MIGRATED TO GITLAB

Overview

SLAC maintains a number of JupyterLab images for various research projects. This repository contains the code used to build an image for dark matter analysis by the SuperCDMS experiment.
Documentation on the official SuperCDMS JupyterLab image is available to SLAC users via Confluence.

Dependencies:

Notes:

  • Docker requires sudo acces, or that the user be added to the Docker group
  • SSH access to CDMS git repositories
  • All cloning is done locally - SSH keys remain secure.

Installation

Refer to build.sh and Dockerfile to get a sense of how the image is put together:

  • Dockerfile gives step by step build instructions to Docker daemon
  • build.sh tells Docker to build image based on Dockerfile

Contributing

See documentation in gitlab version.