Skip to content

Commit dc43f71

Browse files
committed
feat: add apptainer install instructions to anyterminal
Signed-off-by: Elisa Martinez <elisam@nvidia.com>
1 parent bdad1d6 commit dc43f71

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

  • responses_api_agents/anyterminal_agent

responses_api_agents/anyterminal_agent/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ anyterminal runs everything sequentially in one container: agent finishes, then
1010
directory is mounted read-only so the agent cannot tamper with the tests before
1111
they run.
1212

13+
## Prerequisites
14+
15+
Every task runs inside an [Apptainer](https://apptainer.org/) (formerly Singularity) container,
16+
so Apptainer must be installed on each machine that runs rollouts. It is not bundled with Gym.
17+
18+
```bash
19+
apt-get update && apt-get install -y wget
20+
cd /tmp
21+
wget https://github.com/apptainer/apptainer/releases/download/v1.4.2/apptainer_1.4.2_amd64.deb
22+
apt-get install -y ./apptainer_1.4.2_amd64.deb
23+
apptainer --version
24+
```
25+
1326
## Quickstart
1427

1528
**1. Prepare the dataset** — downloads tasks via Harbor and writes the input JSONL:

0 commit comments

Comments
 (0)