Skip to article frontmatterSkip to article content

Running Bilayers Docker Images

Broad Institute of MIT and Harvard

Bilayers provides ready-to-use Docker images with Gradio or Jupyter Notebook interfaces for bioimage analysis algorithms. This guide explains how to pull and run these images via CLI (Command Line Interface) or Docker Desktop (GUI).

1. Pull the Docker Image (CLI or Docker Desktop)

Available Docker Images:

Using CLI:

docker pull bilayer/<repo_name>:<tag>

Using Docker Desktop (GUI):

2. Run the Docker Container (CLI or Docker Desktop)

Using CLI:

docker run -it --rm bilayer/<repo_name>:<tag>
docker run -it --rm -v /path/to/your/data:/bilayers/input_images bilayer/<repo_name>:<tag>

Using Docker Desktop (GUI):