This repo contains the Dockerfile to build the notebook image as well as the notebooks used in the MSD-LIVE deployment. It will rebuild the image and redeploy the notebooks whenever changes are pushed to the main branch.
The data folder is too big, so we are not checking this into github. You will have to pull from s3 if you want to test locally
-
Get the data
# make sure you are in the jupyter-notebook-<<blank>> folder mkdir data cd data aws s3 cp s3://<<blank>>-notebook-bucket/data . --recursive
-
Start the notebook via docker compose
# make sure you are in the jupyter-notebook-<<blank>> folder docker compose up
Notebook repos need to set these secrets (use *_uploader user to generate new access keys):
AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_S3_BUCKET