Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This directory contains build scripts and docker images that can be installed with Leonardo.

Images

Jupyter

Deprecated. Please see terra-docker for latest Leonardo images.

Legacy image containing Jupyter Notebooks and JupyterLab. Includes Python 2, Python 3, and R kernels. Also includes Hail 0.2. This image is not built anymore as of August 2019.

Building

To build Leonardo itself, invoke build.sh from the leonardo root directory. For example:

# Build Leonardo but don't push:
./docker/build.sh jar -d build
# Build Leonardo and push to a GCR repo:
./docker/build.sh jar -d push -gr us.gcr.io/broad-dsp-gcr-public -t my-awesome-tag