DevelopersDeploymentSourcesTrusted Execution Environment (WIP)

Trusted Execution Environment Sources

The TEE (Trusted Execution Environment) source is used for blueprints that are built as container images, and intended to be deployed to a dstack TEE.

Requirements

The requirements for running TEE blueprints are available here

Format

The TEE source has the following format:

// TBD...

Where:

  • TODO

And they can be specified in the manifest of your binary crate like so:

[package.metadata.blueprint]
sources = [
    { type = "TEE", ... },
]