Skip to content
Draft
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion architecture/compute-runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ but currently ignores them.

GPU requests enter the driver layer through
`SandboxSpec.resource_requirements.gpu`. The compact interim shape supports a
default GPU request, GPU count, and driver-specific device IDs.
default GPU request, GPU count, and driver-specific device IDs. Docker and
Podman map default and count requests to concrete NVIDIA CDI device IDs before
creating the sandbox container.

VM runtime state paths are derived only from driver-validated sandbox IDs
matching `[A-Za-z0-9._-]{1,128}`. The gateway-owned VM driver socket uses a
Expand Down
Loading
Loading