Bundle firecracker runtime and switch ollama demo to live logs
This commit is contained in:
parent
ef0ddeaa11
commit
65f7c0d262
26 changed files with 1896 additions and 408 deletions
49
src/pyro_mcp/runtime_bundle/linux-x86_64/manifest.json
Normal file
49
src/pyro_mcp/runtime_bundle/linux-x86_64/manifest.json
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"bundle_version": "0.1.0",
|
||||
"platform": "linux-x86_64",
|
||||
"binaries": {
|
||||
"firecracker": {
|
||||
"path": "bin/firecracker",
|
||||
"sha256": "2ff2d53551abcbf7ddebd921077214bff31910d4dfd894cc6fe66511d9f188e7"
|
||||
},
|
||||
"jailer": {
|
||||
"path": "bin/jailer",
|
||||
"sha256": "d79e972b3ede34b1c3eb9d54c9f1853a62a8525f78c39c8dab4d5d79a6783fe9"
|
||||
}
|
||||
},
|
||||
"profiles": {
|
||||
"debian-base": {
|
||||
"description": "Minimal Debian userspace for shell and core Unix tooling.",
|
||||
"kernel": {
|
||||
"path": "profiles/debian-base/vmlinux",
|
||||
"sha256": "a0bd6422be1061bb3b70a7895e82f66c25c59022d1e8a72b6fc9cdee4136f108"
|
||||
},
|
||||
"rootfs": {
|
||||
"path": "profiles/debian-base/rootfs.ext4",
|
||||
"sha256": "2794a4bdc232b6a6267cfc1eaaa696f0efccd2f8f2e130f3ade736637de89dcd"
|
||||
}
|
||||
},
|
||||
"debian-git": {
|
||||
"description": "Debian base environment with Git preinstalled.",
|
||||
"kernel": {
|
||||
"path": "profiles/debian-git/vmlinux",
|
||||
"sha256": "eaf871c952bf6476f0299b1f501eddc302105e53c99c86161fa815e90cf5bc9f"
|
||||
},
|
||||
"rootfs": {
|
||||
"path": "profiles/debian-git/rootfs.ext4",
|
||||
"sha256": "17863bd1496a9a08d89d6e4c73bd619d39bbe7f6089f1903837525629557c076"
|
||||
}
|
||||
},
|
||||
"debian-build": {
|
||||
"description": "Debian Git environment with common build tools for source builds.",
|
||||
"kernel": {
|
||||
"path": "profiles/debian-build/vmlinux",
|
||||
"sha256": "c33994b1da43cf2f11ac9d437c034eaa71496b566a45028a9ae6f657105dc2b6"
|
||||
},
|
||||
"rootfs": {
|
||||
"path": "profiles/debian-build/rootfs.ext4",
|
||||
"sha256": "ac148235c86a51c87228e17a8cf2c9452921886c094de42b470d5f42dab70226"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue