Skip to content
Open
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
5 changes: 4 additions & 1 deletion docs/self-hosted/executors/deploy-executors-binary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,15 @@ If you are using Firecracker (requires KVM):
executor install all
```

If you are **not** using Firecracker (Docker-only mode), install only `src-cli`:
If you are **not** using Firecracker (Docker-only mode), install `src-cli` and `batch-exec`:

```bash
executor install src-cli
executor install batch-exec
```

> Note: `batch-exec` is an internal binary used by executors. The executor will automatically download a matching binary.

You can run `executor install --help` to see all available install targets.

### **Step 4:** Validate your machine is ready to receive workloads
Expand Down