Skip to content

Commit 010f631

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 71d850b + 9a6b594 commit 010f631

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

+33
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
11
# Nitro Private Inference
2+
3+
Run Ollama in AWS Nitro Enclaves with verifiable attestation, enabling private AI inference with end-to-end verification.
4+
5+
## Release Artifacts
6+
7+
Each release provides three key verifiable artifacts, that are available in the Github Releases section. Below are examples from the [v0.0.4](https://github.com/tinfoilanalytics/nitro-private-inference-image/releases/tag/v0.0.4) release:
8+
9+
1. Enclave Image File (EIF):
10+
11+
```bash
12+
curl -L https://static.tinfoil.sh/tinfoil-enclave-ollama-v0.0.4.eif -o tinfoil-enclave.eif
13+
```
14+
15+
2. Measurements File:
16+
17+
```bash
18+
{
19+
"PCR0": "0b094eb7ef7ebe70bf9146ada6d409f558e5c087eabcb873f87aa3d84a976347a2ee1ef55e63bfb182ad73c457ee2f9b",
20+
"PCR1": "4b4d5b3661b3efc12920900c80e126e4ce783c522de6c02a2a5bf7af3a2b9327b86776f188e4be1c1c404a129dbda493",
21+
"PCR2": "b40be6de88fda829061f696371d1f68c47b6e514de0d25bbea1a7ecbb57fe58f425b1a16071e6ea1c9553321ebf8749f"
22+
}
23+
```
24+
25+
3. Sigstore Attestation
26+
- Verifiable at [Rekor Log #150364935](https://search.sigstore.dev/?logIndex=150364935)
27+
- Links source code to built artifacts
28+
29+
30+
## Security
31+
32+
- Build-time attestation via Sigstore & GitHub OIDC
33+
- Runtime attestation via AWS Nitro Hardware
34+
- Verifiable PCR measurements at both build and runtime

0 commit comments

Comments
 (0)