- Pinned: resolves a branch, tag, or commit once and never changes.
- Following: tracks a branch and refreshes as that branch moves.
Pinned Read-only Mount
A pinned mount is best for reproducible builds, evals, benchmarks, and released assets.Following Read-only Mount
A following mount is best for shared skills, prompts, docs, configs, and dependencies.main moves, Tensorlake refreshes only the paths that changed. Unchanged files keep their warm cache.
For a complete asset distribution workflow, see Distribute Files to Agents.
Choosing Between Them
| Need | Use |
|---|---|
| Every run must see the same files | Pinned read-only mount |
| Many sandboxes should receive updates without image rebuilds | Following read-only mount |
| An agent needs to write files | Writable workspace |