Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.12 KB

terra-jupyter-base image

This repo contains the terra-jupyter-base image that is compatible with notebook service in Terra called Leonardo. For example, use us.gcr.io/broad-dsp-gcr-public/terra-jupyter-base:{version} in terra.

Image contents

The terra-jupyter-base extends the Ubuntu base image by including the following:

  • OS prerequisites
  • google-cloud-sdk
  • Python 3.10
  • pip
  • conda
  • Jupyter & JupyterLab
  • Leonardo customizations/extensions
  • Terra python client library (FISS)
  • OpenJDK 11

To see the complete contents of this image please see the Dockerfile.

Selecting prior versions of this image

To select an older version this image, you can search the CHANGELOG.md for a specific package version you need.

Once you find an image version that you want, simply copy and paste the image url from the changelog into the corresponding custom docker field in the Terra notebook runtime widget.