This repository contains the JupyterLab container image for use on the Analytical Platform.
make build
make test
make run
Open a browser http://localhost:8080/lab
Generally Dependabot does this, but the following command will return the digest:
docker pull --platform linux/amd64 ghcr.io/ministryofjustice/analytical-platform-cloud-development-environment-base:$(curl --silent https://api.github.com/repos/ministryofjustice/analytical-platform-cloud-development-environment-base/releases/latest | jq -r .tag_name)
docker image inspect --format='{{index .RepoDigests 0}}' ghcr.io/ministryofjustice/analytical-platform-cloud-development-environment-base:$(curl --silent https://api.github.com/repos/ministryofjustice/analytical-platform-cloud-development-environment-base/releases/latest | jq -r .tag_name)
Dependabot is configured to manage the packages in src/opt/analytical-platform/requirements.txt
Maintenance of this component is scheduled in this workflow, which generates a maintenance ticket as per this example.