Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ requiring secure AI compute

- **Build Instructions**: See below for reproducing worker distribution from source

## Prerequisites

Before building or running the components in this repository, ensure you have the following installed:

- **CMake** 3.16 or higher
- **Docker** (for reproducible builds and VM image creation)
- **Git** with submodule support (use `git clone --recurse-submodules`)
- **QEMU** (optional, for local VM testing)
- **Python 3** (for helper scripts)

## Reproducible Build

Anyone can verify the worker distribution by rebuilding from source. Note that this step is not needed to run your own workers.
Expand Down