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
Support Status
TEE sources are reserved for future use. Not all operator runtimes will support TEE execution at launch.
Format
The manifest schema for TEE sources is intentionally not finalized in these docs yet. Until TEE execution is officially supported, treat TEE as a placeholder source type for future deployments.
And they can be specified in the manifest of your binary crate like so:
[package.metadata.blueprint]
sources = [
{ type = "TEE", ... },
]